ChannelsToggleForum constructor

const ChannelsToggleForum({
  1. required InputChannelBase channel,
  2. required bool enabled,
  3. required bool tabs,
})

Channels Toggle Forum constructor.

Implementation

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