binaryType property

String binaryType

Source

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

Source

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

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/RtcDataChannel/binaryType.html