IngredientsAnalysisParameter constructor
const
IngredientsAnalysisParameter({
- VeganStatus? veganStatus,
- VegetarianStatus? vegetarianStatus,
- PalmOilFreeStatus? palmOilFreeStatus,
Implementation
const IngredientsAnalysisParameter({
this.veganStatus,
this.vegetarianStatus,
this.palmOilFreeStatus,
});