totalVotes property

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

Implementation

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