type property

Implementation

MLOperandType get type =>
    MLOperandType.fromValue(js_util.getProperty(this, 'type'));
void type=(MLOperandType newValue)

Implementation

set type(MLOperandType newValue) {
  js_util.setProperty(this, 'type', newValue.value);
}