groups property

dynamic groups

Implementation

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

Implementation

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