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