tasks property

List<UDownloadTask> get tasks

Visible tasks, newest first.

Implementation

List<UDownloadTask> get tasks => List<UDownloadTask>.unmodifiable(_tasks.where((UDownloadTask t) => t.request.visible).toList().reversed);