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