deviceChannel property

String? get deviceChannel

Implementation

String? get deviceChannel => _$this._deviceChannel;
set deviceChannel (String? deviceChannel)

Implementation

set deviceChannel(String? deviceChannel) =>
    _$this._deviceChannel = deviceChannel;