scale property

MLOperand scale

Implementation

MLOperand get scale => js_util.getProperty(this, 'scale');
void scale=(MLOperand newValue)

Implementation

set scale(MLOperand newValue) {
  js_util.setProperty(this, 'scale', newValue);
}