ChannelAdminLogEventActionToggleSignatures constructor

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

Channel Admin Log Event Action Toggle Signatures constructor.

Implementation

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