groups property

int groups

Implementation

int get groups => js_util.getProperty(this, 'groups');
void groups=(int newValue)

Implementation

set groups(int newValue) {
  js_util.setProperty(this, 'groups', newValue);
}