blockedURI property

String blockedURI

Implementation

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

Implementation

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