baseVal property
String
get
baseVal
Implementation
_i2.String get baseVal => _i4.getProperty(
this,
'baseVal',
);
set
baseVal
(String value)
Implementation
set baseVal(_i2.String value) {
_i4.setProperty(
this,
'baseVal',
value,
);
}