upvotes property

  1. @JsonKey(name: 'upvotes')
int? upvotes
getter/setter pair

Implementation

@JsonKey(name:'upvotes')
int? upvotes;