base property
String?
get
base
Implementation
String? get base => js_util.getProperty(this, 'base');
set
base
(String? newValue)
Implementation
set base(String? newValue) {
js_util.setProperty(this, 'base', newValue);
}