groups property

dynamic get groups

Implementation

_i2.dynamic get groups => _i4.getProperty(
      this,
      'groups',
    );
set groups (dynamic value)

Implementation

set groups(_i2.dynamic value) {
  _i4.setProperty(
    this,
    'groups',
    value,
  );
}