Creates a ChecklistItem instance from JSON data.
factory ChecklistItem.fromJson(Map<String, dynamic> json) => _$ChecklistItemFromJson(json);