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