IsolateRef constructor

IsolateRef(
  1. {String? id,
  2. String? number,
  3. String? name,
  4. bool? isSystemIsolate,
  5. String? isolateGroupId}
)

Implementation

IsolateRef({
  this.id,
  this.number,
  this.name,
  this.isSystemIsolate,
  this.isolateGroupId,
});