ChannelAdminLogEventActionParticipantToggleAdmin constructor

const ChannelAdminLogEventActionParticipantToggleAdmin({
  1. required ChannelParticipantBase prevParticipant,
  2. required ChannelParticipantBase newParticipant,
})

Channel Admin Log Event Action Participant Toggle Admin constructor.

Implementation

const ChannelAdminLogEventActionParticipantToggleAdmin({
  required this.prevParticipant,
  required this.newParticipant,
}) : super._();