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