isolates property Null safety

List<IsolateRef>? isolates
read / write

A list of isolates running in the VM.

Implementation

List<IsolateRef>? isolates;