roundingType property

MLRoundingType roundingType

Implementation

MLRoundingType get roundingType =>
    MLRoundingType.fromValue(js_util.getProperty(this, 'roundingType'));
void roundingType=(MLRoundingType newValue)

Implementation

set roundingType(MLRoundingType newValue) {
  js_util.setProperty(this, 'roundingType', newValue.value);
}