max property

String max

Implementation

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

Implementation

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