systemIsolates property Null safety

List<IsolateRef>? systemIsolates
read / write

A list of system isolates running in the VM.

Implementation

List<IsolateRef>? systemIsolates;