PollVoters constructor

PollVoters({
  1. required int totalCount,
  2. required List<PollVoter> voters,
})

Implementation

PollVoters({required this.totalCount, required this.voters});