ChannelsToggleSignatures constructor
const
ChannelsToggleSignatures({
- required bool signaturesEnabled,
- required bool profilesEnabled,
- required InputChannelBase channel,
Channels Toggle Signatures constructor.
Implementation
const ChannelsToggleSignatures({
required this.signaturesEnabled,
required this.profilesEnabled,
required this.channel,
}) : super._();