isolateList property

List<DownloadIsolateInstance> get isolateList

Returns the list of all isolate instances in the pool.

Implementation

List<DownloadIsolateInstance> get isolateList => _isolateList;