Ingredient constructor
- int? rank,
- String? id,
- String? text,
- double? percent,
- double? percentEstimate,
- IngredientSpecialPropertyStatus? vegan,
- IngredientSpecialPropertyStatus? vegetarian,
- IngredientSpecialPropertyStatus? fromPalmOil,
- List<
Ingredient> ? ingredients, - bool? bold = false,
Implementation
Ingredient(
{this.rank,
this.id,
this.text,
this.percent,
this.percentEstimate,
this.vegan,
this.vegetarian,
this.fromPalmOil,
this.ingredients,
this.bold = false});