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