binaryType property

BinaryType get binaryType

Implementation

BinaryType get binaryType =>
    BinaryType.fromValue(js_util.getProperty(this, 'binaryType'));
set binaryType (BinaryType newValue)

Implementation

set binaryType(BinaryType newValue) {
  js_util.setProperty(this, 'binaryType', newValue.value);
}