roundingType property
MLRoundingType
get
roundingType
Implementation
MLRoundingType get roundingType =>
MLRoundingType.fromValue(js_util.getProperty(this, 'roundingType'));
set
roundingType
(MLRoundingType newValue)
Implementation
set roundingType(MLRoundingType newValue) {
js_util.setProperty(this, 'roundingType', newValue.value);
}