groupId property

String? get groupId

Implementation

_i2.String? get groupId => _i4.getProperty(
      this,
      'groupId',
    );
set groupId (String? value)

Implementation

set groupId(_i2.String? value) {
  _i4.setProperty(
    this,
    'groupId',
    value ?? _i6.undefined,
  );
}