upvoted property

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

Whether the user has upvoted the comment

Implementation

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