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