I have this model
class Meal { Meal({ this.strMeal, this.strMealThumb, this.idMeal, }); String strMeal; String strMealThumb; String idMeal;