WaterConservation constructor

WaterConservation({
  1. bool? independentOrganizationAuditsWaterUse,
  2. String? independentOrganizationAuditsWaterUseException,
  3. bool? linenReuseProgram,
  4. String? linenReuseProgramException,
  5. bool? towelReuseProgram,
  6. String? towelReuseProgramException,
  7. bool? waterSavingShowers,
  8. String? waterSavingShowersException,
  9. bool? waterSavingSinks,
  10. String? waterSavingSinksException,
  11. bool? waterSavingToilets,
  12. String? waterSavingToiletsException,
})

Implementation

WaterConservation({
  this.independentOrganizationAuditsWaterUse,
  this.independentOrganizationAuditsWaterUseException,
  this.linenReuseProgram,
  this.linenReuseProgramException,
  this.towelReuseProgram,
  this.towelReuseProgramException,
  this.waterSavingShowers,
  this.waterSavingShowersException,
  this.waterSavingSinks,
  this.waterSavingSinksException,
  this.waterSavingToilets,
  this.waterSavingToiletsException,
});