PollVoterListQuery constructor Null safety

PollVoterListQuery(
  1. {required PollVoterListQueryParams params}
)

Implementation

PollVoterListQuery({required this.params}) : super() {
  limit = params.limit;
}