List<String>? get channels => _$this._channels;
set channels(List<String>? channels) => _$this._channels = channels;