PollVoterListQuery constructor

PollVoterListQuery({
  1. required PollVoterListQueryParams params,
})

Implementation

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