max property

int max

Implementation

int get max => js_util.getProperty(this, 'max');
void max=(int newValue)

Implementation

set max(int newValue) {
  js_util.setProperty(this, 'max', newValue);
}