ChannelAdminLogEventActionToggleSignatureProfiles constructor

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

Channel Admin Log Event Action Toggle Signature Profiles constructor.

Implementation

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