IsolateConfig constructor

IsolateConfig(
  1. Isolate isolate,
  2. SendPort sendPort
)

Implementation

IsolateConfig(this.isolate, this.sendPort);