baseVal property

String get baseVal

Implementation

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

Implementation

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