groups property

dynamic get groups

Implementation

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

Implementation

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