groupId property

String get groupId

Implementation

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

Implementation

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