Returns a List of successful tasks.
List<T> get successfulTasks => where((t) => t.isSuccessful).toList();