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