binaryType property

BinaryType binaryType

Implementation

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

Implementation

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