ChannelAdminLogEventActionToggleInvites constructor

const ChannelAdminLogEventActionToggleInvites({
  1. required bool newValue,
})

Channel Admin Log Event Action Toggle Invites constructor.

Implementation

const ChannelAdminLogEventActionToggleInvites({required this.newValue})
    : super._();