physicalMinimum property

int physicalMinimum

Implementation

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

Implementation

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