OriginsOfIngredients constructor

OriginsOfIngredients({
  1. double? epiScore,
  2. double? epiValue,
  3. double? transportationScore,
  4. double? transportationValue,
})

Implementation

OriginsOfIngredients(
    {this.epiScore,
    this.epiValue,
    this.transportationScore,
    this.transportationValue});