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