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