processes property
A list of processes spawned through dart:io on a given isolate.
Implementation
List<SpawnedProcessRef> get processes => UnmodifiableListView(_processes);
A list of processes spawned through dart:io on a given isolate.
List<SpawnedProcessRef> get processes => UnmodifiableListView(_processes);