taskList property
List<DownloadTask>
get
taskList
Returns the list of all tasks in the pool.
Implementation
List<DownloadTask> get taskList => _taskList;
Returns the list of all tasks in the pool.
List<DownloadTask> get taskList => _taskList;