dataChannel property

RTCDataChannel? get dataChannel

Implementation

RTCDataChannel? get dataChannel {
  return _dc;
}