ChannelAdminLogEventActionToggleGroupCallSetting constructor

const ChannelAdminLogEventActionToggleGroupCallSetting({
  1. required bool joinMuted,
})

Channel Admin Log Event Action Toggle Group Call Setting constructor.

Implementation

const ChannelAdminLogEventActionToggleGroupCallSetting({
  required this.joinMuted,
}) : super._();