baseVal property

String baseVal

Implementation

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

Implementation

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