totalVoterCount property

  1. @JsonKey.new(name: 'total_voter_count')
int get totalVoterCount
inherited

Total number of users that voted in the poll

Implementation

@JsonKey(name: 'total_voter_count')
int get totalVoterCount;