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