mainIsolate property

IsolateRef? mainIsolate

Implementation

IsolateRef? get mainIsolate => isolates.isEmpty ? null : isolates.first;