upvoted property

  1. @JsonKey(name: 'upvoted', defaultValue: false)
bool get upvoted
inherited

Whether the user has upvoted the post (false by default)

Implementation

@JsonKey(name: 'upvoted', defaultValue: false)
bool get upvoted => throw _privateConstructorUsedError;