PollRetrievalParams constructor
PollRetrievalParams({
- required String channelUrl,
- required int pollId,
- required ChannelType channelType,
Implementation
PollRetrievalParams({
required this.channelUrl,
required this.pollId,
required this.channelType,
});