Grocery constructor
Grocery({})
Implementation
Grocery({
this.activeIngredients,
this.alcoholByVolume,
this.allergens,
this.derivedNutritionClaim,
this.directions,
this.indications,
this.ingredients,
this.nutritionClaim,
this.storageInstructions,
});