channel property

RTCDataChannel get channel

Implementation

RTCDataChannel get channel => js_util.getProperty(this, 'channel');
set channel (RTCDataChannel newValue)

Implementation

set channel(RTCDataChannel newValue) {
  js_util.setProperty(this, 'channel', newValue);
}