min property

int min

Implementation

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

Implementation

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