IsolateStatus constructor

IsolateStatus(
  1. Isolate isolate, {
  2. bool isIdle = true,
  3. String? currentTaskId,
  4. DateTime? taskStartTime,
})

Implementation

IsolateStatus(this.isolate,
    {this.isIdle = true, this.currentTaskId, this.taskStartTime});