documentURI property

String documentURI

Implementation

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

Implementation

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