documentURI property

String get documentURI

Implementation

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

Implementation

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