mainIsolate property

IsolateRef? get mainIsolate

Implementation

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