Housekeeping class
Conveniences provided in guest units to facilitate an easier, more comfortable stay.
Constructors
- Housekeeping({bool? dailyHousekeeping, String? dailyHousekeepingException, bool? housekeepingAvailable, String? housekeepingAvailableException, bool? turndownService, String? turndownServiceException})
 - Housekeeping.fromJson(Map json_)
 
Properties
- dailyHousekeeping ↔ bool?
 - 
  Daily housekeeping.
  getter/setter pair
 - dailyHousekeepingException ↔ String?
 - 
  Daily housekeeping exception.
Possible string values are:
  getter/setter pair
 - hashCode → int
 - 
  The hash code for this object.
  no setterinherited
 - housekeepingAvailable ↔ bool?
 - 
  Housekeeping available.
  getter/setter pair
 - housekeepingAvailableException ↔ String?
 - 
  Housekeeping available exception.
Possible string values are:
  getter/setter pair
 - runtimeType → Type
 - 
  A representation of the runtime type of the object.
  no setterinherited
 - turndownService ↔ bool?
 - 
  Turndown service.
  getter/setter pair
 - turndownServiceException ↔ String?
 - 
  Turndown service 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