Get an UserTask from the userTasks based on its id. Returns null if no task is found.
id
null
UserTask? getUserTask(String id) => _userTaskMap[id];