type property

MLOperandType get type

Implementation

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

Implementation

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