scale property
MLOperand
get
scale
Implementation
MLOperand get scale => js_util.getProperty(this, 'scale');
set
scale
(MLOperand newValue)
Implementation
set scale(MLOperand newValue) {
js_util.setProperty(this, 'scale', newValue);
}