WasteReduction constructor

WasteReduction({
  1. bool? compostableFoodContainersAndCutlery,
  2. String? compostableFoodContainersAndCutleryException,
  3. bool? compostsExcessFood,
  4. String? compostsExcessFoodException,
  5. bool? donatesExcessFood,
  6. String? donatesExcessFoodException,
  7. bool? foodWasteReductionProgram,
  8. String? foodWasteReductionProgramException,
  9. bool? noSingleUsePlasticStraws,
  10. String? noSingleUsePlasticStrawsException,
  11. bool? noSingleUsePlasticWaterBottles,
  12. String? noSingleUsePlasticWaterBottlesException,
  13. bool? noStyrofoamFoodContainers,
  14. String? noStyrofoamFoodContainersException,
  15. bool? recyclingProgram,
  16. String? recyclingProgramException,
  17. bool? refillableToiletryContainers,
  18. String? refillableToiletryContainersException,
  19. bool? safelyDisposesBatteries,
  20. String? safelyDisposesBatteriesException,
  21. bool? safelyDisposesElectronics,
  22. String? safelyDisposesElectronicsException,
  23. bool? safelyDisposesLightbulbs,
  24. String? safelyDisposesLightbulbsException,
  25. bool? safelyHandlesHazardousSubstances,
  26. String? safelyHandlesHazardousSubstancesException,
  27. bool? soapDonationProgram,
  28. String? soapDonationProgramException,
  29. bool? toiletryDonationProgram,
  30. String? toiletryDonationProgramException,
  31. bool? waterBottleFillingStations,
  32. 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,
});