dataChannel property

RTCDataChannel? dataChannel

Implementation

RTCDataChannel? get dataChannel {
  return _dc;
}