documentURI property

String documentURI

Implementation

_i2.String get documentURI => _i4.getProperty(
      this,
      'documentURI',
    );
void documentURI=(String value)

Implementation

set documentURI(_i2.String value) {
  _i4.setProperty(
    this,
    'documentURI',
    value,
  );
}