upvoted property
Whether the user has upvoted the comment
Implementation
@JsonKey(name: 'upvoted')
bool get upvoted => throw _privateConstructorUsedError;
Whether the user has upvoted the comment
@JsonKey(name: 'upvoted')
bool get upvoted => throw _privateConstructorUsedError;