Creates a new Checklist object from a JSON Map.
factory Checklist.fromJson(Map<String, dynamic> json) => _$ChecklistFromJson(json);