Returns a List of finished tasks.
finished
List<T> get finishedTasks => where((t) => t.isFinished).toList();