PollVoterListQueryResponse constructor Null safety

PollVoterListQueryResponse(
  1. {List<User> voters = const [],
  2. String? next,
  3. int? voteCount}
)

Implementation

PollVoterListQueryResponse(
    {this.voters = const [], this.next, this.voteCount});