Creates a TodoTaskList instance from a JSON object.
factory TodoTaskList.fromJson(Map<String, dynamic> json) => _$TodoTaskListFromJson(json);