binaryType property

BinaryType binaryType

Implementation

_i3.BinaryType get binaryType =>
    _i3.BinaryTypeOptions.values.byName(_i4.getProperty(
      this,
      'binaryType',
    ));
void binaryType=(BinaryType value)

Implementation

set binaryType(_i3.BinaryType value) {
  _i4.setProperty(
    this,
    'binaryType',
    value.name,
  );
}