configURL property

String configURL

Implementation

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

Implementation

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