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