GlobalNodeGroup constructor

GlobalNodeGroup({
  1. String? globalNodeGroupId,
  2. String? slots,
})

Implementation

GlobalNodeGroup({
  this.globalNodeGroupId,
  this.slots,
});