isolates property

List<IsolateRef>? isolates
getter/setter pair

A list of isolates running in the VM.

Implementation

List<IsolateRef>? isolates;