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