Change the type of ingredients of Meal.class from a Map<String,String> to its own type (Ingredient.class). This includes changing the Filter function!
Change the type of ingredients of Meal.class from a Map<String,String> to its own type (Ingredient.class). This includes changing the Filter function!