WasteReduction constructor
WasteReduction({
- bool? compostableFoodContainersAndCutlery,
- String? compostableFoodContainersAndCutleryException,
- bool? compostsExcessFood,
- String? compostsExcessFoodException,
- bool? donatesExcessFood,
- String? donatesExcessFoodException,
- bool? foodWasteReductionProgram,
- String? foodWasteReductionProgramException,
- bool? noSingleUsePlasticStraws,
- String? noSingleUsePlasticStrawsException,
- bool? noSingleUsePlasticWaterBottles,
- String? noSingleUsePlasticWaterBottlesException,
- bool? noStyrofoamFoodContainers,
- String? noStyrofoamFoodContainersException,
- bool? recyclingProgram,
- String? recyclingProgramException,
- bool? refillableToiletryContainers,
- String? refillableToiletryContainersException,
- bool? safelyDisposesBatteries,
- String? safelyDisposesBatteriesException,
- bool? safelyDisposesElectronics,
- String? safelyDisposesElectronicsException,
- bool? safelyDisposesLightbulbs,
- String? safelyDisposesLightbulbsException,
- bool? safelyHandlesHazardousSubstances,
- String? safelyHandlesHazardousSubstancesException,
- bool? soapDonationProgram,
- String? soapDonationProgramException,
- bool? toiletryDonationProgram,
- String? toiletryDonationProgramException,
- bool? waterBottleFillingStations,
- String? waterBottleFillingStationsException,
Implementation
WasteReduction({
this.compostableFoodContainersAndCutlery,
this.compostableFoodContainersAndCutleryException,
this.compostsExcessFood,
this.compostsExcessFoodException,
this.donatesExcessFood,
this.donatesExcessFoodException,
this.foodWasteReductionProgram,
this.foodWasteReductionProgramException,
this.noSingleUsePlasticStraws,
this.noSingleUsePlasticStrawsException,
this.noSingleUsePlasticWaterBottles,
this.noSingleUsePlasticWaterBottlesException,
this.noStyrofoamFoodContainers,
this.noStyrofoamFoodContainersException,
this.recyclingProgram,
this.recyclingProgramException,
this.refillableToiletryContainers,
this.refillableToiletryContainersException,
this.safelyDisposesBatteries,
this.safelyDisposesBatteriesException,
this.safelyDisposesElectronics,
this.safelyDisposesElectronicsException,
this.safelyDisposesLightbulbs,
this.safelyDisposesLightbulbsException,
this.safelyHandlesHazardousSubstances,
this.safelyHandlesHazardousSubstancesException,
this.soapDonationProgram,
this.soapDonationProgramException,
this.toiletryDonationProgram,
this.toiletryDonationProgramException,
this.waterBottleFillingStations,
this.waterBottleFillingStationsException,
});