userTasks property

List<UserTask> userTasks

The entire list of all UserTasks.

Note that this list contains all tasks which has already triggered and which are planned to trigger in the future.

Implementation

List<UserTask> get userTasks => _userTaskMap.values.toList();