documentURI property
String
get
documentURI
Implementation
_i2.String get documentURI => _i4.getProperty(
this,
'documentURI',
);
set
documentURI
(String value)
Implementation
set documentURI(_i2.String value) {
_i4.setProperty(
this,
'documentURI',
value,
);
}