PollRetrievalParams constructor

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

Implementation

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