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