EnergyEfficiency constructor

EnergyEfficiency({
  1. bool? carbonFreeEnergySources,
  2. String? carbonFreeEnergySourcesException,
  3. bool? energyConservationProgram,
  4. String? energyConservationProgramException,
  5. bool? energyEfficientHeatingAndCoolingSystems,
  6. String? energyEfficientHeatingAndCoolingSystemsException,
  7. bool? energyEfficientLighting,
  8. String? energyEfficientLightingException,
  9. bool? energySavingThermostats,
  10. String? energySavingThermostatsException,
  11. bool? greenBuildingDesign,
  12. String? greenBuildingDesignException,
  13. bool? independentOrganizationAuditsEnergyUse,
  14. String? independentOrganizationAuditsEnergyUseException,
})

Implementation

EnergyEfficiency({
  this.carbonFreeEnergySources,
  this.carbonFreeEnergySourcesException,
  this.energyConservationProgram,
  this.energyConservationProgramException,
  this.energyEfficientHeatingAndCoolingSystems,
  this.energyEfficientHeatingAndCoolingSystemsException,
  this.energyEfficientLighting,
  this.energyEfficientLightingException,
  this.energySavingThermostats,
  this.energySavingThermostatsException,
  this.greenBuildingDesign,
  this.greenBuildingDesignException,
  this.independentOrganizationAuditsEnergyUse,
  this.independentOrganizationAuditsEnergyUseException,
});