blockedURI property
      
      String
      get
      blockedURI
      
    
    
    
Implementation
String get blockedURI => js_util.getProperty(this, 'blockedURI');
      
      set
      blockedURI
      (String newValue) 
      
    
    
    
Implementation
set blockedURI(String newValue) {
  js_util.setProperty(this, 'blockedURI', newValue);
}