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