ChannelsToggleJoinToSend constructor
const
ChannelsToggleJoinToSend({
- required InputChannelBase channel,
- required bool enabled,
Channels Toggle Join To Send constructor.
Implementation
const ChannelsToggleJoinToSend({required this.channel, required this.enabled})
: super._();