groupId property

dynamic get groupId

Implementation

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

Implementation

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