SpawnedIsolate constructor
SpawnedIsolate(})
Implementation
SpawnedIsolate(
this.id,
this.spawnEntry,
this.type,
this.projectDirectory,
this.isolate,
this._isolateCompleter,
this._isolateCheckPingTimeout,
this.observatoryURL,
{OnSpawnedIsolateStop? onStop,
this.stopByKill = false})
: _onStop = onStop {
_listenSignals();
_scheduleCheckIsolate();
}