base property

String? base

Implementation

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

Implementation

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