isolates property

Map<int, Isolate> get isolates

get list of running isolates

Implementation

Map<int, Isolate> get isolates => _isolates;