groupId property

bool groupId

Implementation

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

Implementation

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