IsolateWorkerPoolEvent constructor

IsolateWorkerPoolEvent(
  1. IsolateWorkerPoolEventType type,
  2. String tag
)

Implementation

IsolateWorkerPoolEvent(this.type, this.tag);