oldURL property

String oldURL

Implementation

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

Implementation

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