ChannelsToggleAutotranslation constructor
const
ChannelsToggleAutotranslation({
- required InputChannelBase channel,
- required bool enabled,
Channels Toggle Autotranslation constructor.
Implementation
const ChannelsToggleAutotranslation({
required this.channel,
required this.enabled,
}) : super._();