PollRetrievalParams constructor Null safety

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

Implementation

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