upvoted property
Whether the user has upvoted the post (false by default)
Implementation
@JsonKey(name: 'upvoted', defaultValue: false)
bool get upvoted => throw _privateConstructorUsedError;
Whether the user has upvoted the post (false by default)
@JsonKey(name: 'upvoted', defaultValue: false)
bool get upvoted => throw _privateConstructorUsedError;