oldURL property

String get oldURL

Implementation

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

Implementation

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