groupId property

bool get groupId

Implementation

bool get groupId => js_util.getProperty(this, 'groupId');
set groupId (bool newValue)

Implementation

set groupId(bool newValue) {
  js_util.setProperty(this, 'groupId', newValue);
}