IngredientsAnalysisParameter constructor

const IngredientsAnalysisParameter({
  1. VeganStatus? veganStatus,
  2. VegetarianStatus? vegetarianStatus,
  3. PalmOilFreeStatus? palmOilFreeStatus,
})

Implementation

const IngredientsAnalysisParameter({
  this.veganStatus,
  this.vegetarianStatus,
  this.palmOilFreeStatus,
});