newURL property

String get newURL

Implementation

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

Implementation

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