PollOptionRetrievalParams constructor

PollOptionRetrievalParams(
  1. {required int pollId,
  2. required int pollOptionId,
  3. required ChannelType channelType,
  4. required String channelUrl}
)

Implementation

PollOptionRetrievalParams({
  required this.pollId,
  required this.pollOptionId,
  required this.channelType,
  required this.channelUrl,
});