WaterConservation class

Water conservation practices implemented at the hotel.

Constructors

WaterConservation({bool? independentOrganizationAuditsWaterUse, String? independentOrganizationAuditsWaterUseException, bool? linenReuseProgram, String? linenReuseProgramException, bool? towelReuseProgram, String? towelReuseProgramException, bool? waterSavingShowers, String? waterSavingShowersException, bool? waterSavingSinks, String? waterSavingSinksException, bool? waterSavingToilets, String? waterSavingToiletsException})
WaterConservation.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
independentOrganizationAuditsWaterUse bool?
Independent organization audits water use.
getter/setter pair
independentOrganizationAuditsWaterUseException String?
Independent organization audits water use exception. Possible string values are:
getter/setter pair
linenReuseProgram bool?
Linen reuse program.
getter/setter pair
linenReuseProgramException String?
Linen reuse program exception. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
towelReuseProgram bool?
Towel reuse program.
getter/setter pair
towelReuseProgramException String?
Towel reuse program exception. Possible string values are:
getter/setter pair
waterSavingShowers bool?
Water saving showers.
getter/setter pair
waterSavingShowersException String?
Water saving showers exception. Possible string values are:
getter/setter pair
waterSavingSinks bool?
Water saving sinks.
getter/setter pair
waterSavingSinksException String?
Water saving sinks exception. Possible string values are:
getter/setter pair
waterSavingToilets bool?
Water saving toilets.
getter/setter pair
waterSavingToiletsException String?
Water saving toilets exception. Possible string values are:
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