PollVoterListQueryParams constructor
- {required int pollId,
- required int pollOptionId,
- required ChannelType channelType,
- required String channelUrl,
- int? limit}
Implementation
PollVoterListQueryParams({
required this.pollId,
required this.pollOptionId,
required this.channelType,
required this.channelUrl,
this.limit,
});