domain property
String
get
domain
Sets or gets the security domain of the document. @deprecated
Implementation
_i2.String get domain => _i4.getProperty(
this,
'domain',
);
set
domain
(String value)
Implementation
set domain(_i2.String value) {
_i4.setProperty(
this,
'domain',
value,
);
}