ChannelsToggleAutotranslation constructor

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

Channels Toggle Autotranslation constructor.

Implementation

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