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