ChannelsToggleSignatures constructor

const ChannelsToggleSignatures({
  1. required bool signaturesEnabled,
  2. required bool profilesEnabled,
  3. required InputChannelBase channel,
})

Channels Toggle Signatures constructor.

Implementation

const ChannelsToggleSignatures({
  required this.signaturesEnabled,
  required this.profilesEnabled,
  required this.channel,
}) : super._();