PollChangeLogsParams constructor Null safety
- {required String channelUrl,
- required ChannelType channelType,
- dynamic showPartialVoterList}
Implementation
PollChangeLogsParams({
required this.channelUrl,
required this.channelType,
showPartialVoterList,
});