groupId property

String groupId

Implementation

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

Implementation

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