groupId property

dynamic groupId

Implementation

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

Implementation

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