maxValue property

double maxValue

Implementation

double get maxValue => js_util.getProperty(this, 'maxValue');
void maxValue=(double newValue)

Implementation

set maxValue(double newValue) {
  js_util.setProperty(this, 'maxValue', newValue);
}