SustainableSourcing constructor
SustainableSourcing({
- bool? ecoFriendlyToiletries,
- String? ecoFriendlyToiletriesException,
- bool? locallySourcedFoodAndBeverages,
- String? locallySourcedFoodAndBeveragesException,
- bool? organicCageFreeEggs,
- String? organicCageFreeEggsException,
- bool? organicFoodAndBeverages,
- String? organicFoodAndBeveragesException,
- bool? responsiblePurchasingPolicy,
- String? responsiblePurchasingPolicyException,
- bool? responsiblySourcesSeafood,
- String? responsiblySourcesSeafoodException,
- bool? veganMeals,
- String? veganMealsException,
- bool? vegetarianMeals,
- 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,
});