Sustainability class

Sustainability practices implemented at the hotel.

Constructors

Sustainability({EnergyEfficiency? energyEfficiency, SustainabilityCertifications? sustainabilityCertifications, SustainableSourcing? sustainableSourcing, WasteReduction? wasteReduction, WaterConservation? waterConservation})
Sustainability.fromJson(Map json_)

Properties

energyEfficiency EnergyEfficiency?
Energy efficiency practices implemented at the hotel.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sustainabilityCertifications SustainabilityCertifications?
Sustainability certifications the hotel has been awarded.
getter/setter pair
sustainableSourcing SustainableSourcing?
Sustainable sourcing practices implemented at the hotel.
getter/setter pair
wasteReduction WasteReduction?
Waste reduction practices implemented at the hotel.
getter/setter pair
waterConservation WaterConservation?
Water conservation practices implemented at the hotel.
getter/setter pair

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