baseVal property

bool baseVal

Implementation

bool get baseVal => js_util.getProperty(this, 'baseVal');
void baseVal=(bool newValue)

Implementation

set baseVal(bool newValue) {
  js_util.setProperty(this, 'baseVal', newValue);
}