ChannelsToggleSignatures constructor

const ChannelsToggleSignatures({
  1. required InputChannelBase channel,
  2. required bool enabled,
})

Channels Toggle Signatures constructor.

Implementation

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