votes property

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

Implementation

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