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