SustainableSourcing constructor

SustainableSourcing({
  1. bool? ecoFriendlyToiletries,
  2. String? ecoFriendlyToiletriesException,
  3. bool? locallySourcedFoodAndBeverages,
  4. String? locallySourcedFoodAndBeveragesException,
  5. bool? organicCageFreeEggs,
  6. String? organicCageFreeEggsException,
  7. bool? organicFoodAndBeverages,
  8. String? organicFoodAndBeveragesException,
  9. bool? responsiblePurchasingPolicy,
  10. String? responsiblePurchasingPolicyException,
  11. bool? responsiblySourcesSeafood,
  12. String? responsiblySourcesSeafoodException,
  13. bool? veganMeals,
  14. String? veganMealsException,
  15. bool? vegetarianMeals,
  16. String? vegetarianMealsException,
})

Implementation

SustainableSourcing({
  this.ecoFriendlyToiletries,
  this.ecoFriendlyToiletriesException,
  this.locallySourcedFoodAndBeverages,
  this.locallySourcedFoodAndBeveragesException,
  this.organicCageFreeEggs,
  this.organicCageFreeEggsException,
  this.organicFoodAndBeverages,
  this.organicFoodAndBeveragesException,
  this.responsiblePurchasingPolicy,
  this.responsiblePurchasingPolicyException,
  this.responsiblySourcesSeafood,
  this.responsiblySourcesSeafoodException,
  this.veganMeals,
  this.veganMealsException,
  this.vegetarianMeals,
  this.vegetarianMealsException,
});