taskList property

List<DownloadTask> get taskList

Returns the list of all tasks in the pool.

Implementation

List<DownloadTask> get taskList => _taskList;