Source
@DomName('RTCDataChannel.binaryType')
@DocsEditable()
String get binaryType => _blink.BlinkRTCDataChannel.instance.binaryType_Getter_(this);
Source
@DomName('RTCDataChannel.binaryType')
@DocsEditable()
set binaryType(String value) => _blink.BlinkRTCDataChannel.instance.binaryType_Setter_(this, value);