baseURL property

String baseURL

Implementation

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

Implementation

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