newURL property

String newURL

Implementation

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

Implementation

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