PollChangeLogsParams constructor

PollChangeLogsParams({
  1. required String channelUrl,
  2. required ChannelType channelType,
  3. dynamic showPartialVoterList,
})

Implementation

PollChangeLogsParams({
  required this.channelUrl,
  required this.channelType,
  showPartialVoterList,
});