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.
List<UserTask> get userTasks => _userTaskMap.values.toList();