PollListQueryParams constructor
PollListQueryParams({
- required ChannelType channelType,
- required String channelUrl,
- int limit = 20,
Implementation
PollListQueryParams({
required this.channelType,
required this.channelUrl,
this.limit = 20,
});