workerIsolateForTesting property

Isolate? get workerIsolateForTesting

Worker isolate, exposed for testing (e.g., to simulate crash).

Implementation

Isolate? get workerIsolateForTesting => _workerIsolate;