IsolateGroupRef constructor

IsolateGroupRef(
  1. {String? id,
  2. String? number,
  3. String? name,
  4. bool? isSystemIsolateGroup}
)

Implementation

IsolateGroupRef({
  this.id,
  this.number,
  this.name,
  this.isSystemIsolateGroup,
});