EnergyEfficiency class
Energy efficiency practices implemented at the hotel.
Constructors
- EnergyEfficiency({bool? carbonFreeEnergySources, String? carbonFreeEnergySourcesException, bool? energyConservationProgram, String? energyConservationProgramException, bool? energyEfficientHeatingAndCoolingSystems, String? energyEfficientHeatingAndCoolingSystemsException, bool? energyEfficientLighting, String? energyEfficientLightingException, bool? energySavingThermostats, String? energySavingThermostatsException, bool? greenBuildingDesign, String? greenBuildingDesignException, bool? independentOrganizationAuditsEnergyUse, String? independentOrganizationAuditsEnergyUseException})
- EnergyEfficiency.fromJson(Map json_)
Properties
- carbonFreeEnergySources ↔ bool?
- 
  Carbon free energy sources.
  getter/setter pair
- carbonFreeEnergySourcesException ↔ String?
- 
  Carbon free energy sources exception.
Possible string values are:
  getter/setter pair
- energyConservationProgram ↔ bool?
- 
  Energy conservation program.
  getter/setter pair
- energyConservationProgramException ↔ String?
- 
  Energy conservation program exception.
Possible string values are:
  getter/setter pair
- energyEfficientHeatingAndCoolingSystems ↔ bool?
- 
  Energy efficient heating and cooling systems.
  getter/setter pair
- energyEfficientHeatingAndCoolingSystemsException ↔ String?
- 
  Energy efficient heating and cooling systems exception.
Possible string values are:
  getter/setter pair
- energyEfficientLighting ↔ bool?
- 
  Energy efficient lighting.
  getter/setter pair
- energyEfficientLightingException ↔ String?
- 
  Energy efficient lighting exception.
Possible string values are:
  getter/setter pair
- energySavingThermostats ↔ bool?
- 
  Energy saving thermostats.
  getter/setter pair
- energySavingThermostatsException ↔ String?
- 
  Energy saving thermostats exception.
Possible string values are:
  getter/setter pair
- greenBuildingDesign ↔ bool?
- 
  Green building design.
  getter/setter pair
- greenBuildingDesignException ↔ String?
- 
  Green building design exception.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- independentOrganizationAuditsEnergyUse ↔ bool?
- 
  Independent organization audits energy use.
  getter/setter pair
- independentOrganizationAuditsEnergyUseException ↔ String?
- 
  Independent organization audits energy use exception.
Possible string values are:
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
Methods
- 
  noSuchMethod(Invocation invocation) → dynamic 
- 
  Invoked when a nonexistent method or property is accessed.
  inherited
- 
  toJson() → Map< String, dynamic> 
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited