baseVal property

bool get baseVal

Implementation

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

Implementation

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