MinimizedContact class
Minimized contact measures implemented by the hotel during COVID-19.
Constructors
- MinimizedContact({bool? contactlessCheckinCheckout, String? contactlessCheckinCheckoutException, bool? digitalGuestRoomKeys, String? digitalGuestRoomKeysException, bool? housekeepingScheduledRequestOnly, String? housekeepingScheduledRequestOnlyException, bool? noHighTouchItemsCommonAreas, String? noHighTouchItemsCommonAreasException, bool? noHighTouchItemsGuestRooms, String? noHighTouchItemsGuestRoomsException, bool? plasticKeycardsDisinfected, String? plasticKeycardsDisinfectedException, bool? roomBookingsBuffer, String? roomBookingsBufferException})
- MinimizedContact.fromJson(Map json_)
Properties
- contactlessCheckinCheckout ↔ bool?
- 
  No-contact check-in and check-out.
  getter/setter pair
- contactlessCheckinCheckoutException ↔ String?
- 
  Contactless check-in check-out exception.
Possible string values are:
  getter/setter pair
- digitalGuestRoomKeys ↔ bool?
- 
  Keyless mobile entry to guest rooms.
  getter/setter pair
- digitalGuestRoomKeysException ↔ String?
- 
  Digital guest room keys exception.
Possible string values are:
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- housekeepingScheduledRequestOnly ↔ bool?
- 
  Housekeeping scheduled by request only.
  getter/setter pair
- housekeepingScheduledRequestOnlyException ↔ String?
- 
  Housekeeping scheduled request only exception.
Possible string values are:
  getter/setter pair
- noHighTouchItemsCommonAreas ↔ bool?
- 
  High-touch items, such as magazines, removed from common areas.
  getter/setter pair
- noHighTouchItemsCommonAreasException ↔ String?
- 
  No high touch items common areas exception.
Possible string values are:
  getter/setter pair
- noHighTouchItemsGuestRooms ↔ bool?
- 
  High-touch items, such as decorative pillows, removed from guest rooms.
  getter/setter pair
- noHighTouchItemsGuestRoomsException ↔ String?
- 
  No high touch items guest rooms exception.
Possible string values are:
  getter/setter pair
- plasticKeycardsDisinfected ↔ bool?
- 
  Plastic key cards are disinfected or discarded.
  getter/setter pair
- plasticKeycardsDisinfectedException ↔ String?
- 
  Plastic keycards disinfected exception.
Possible string values are:
  getter/setter pair
- roomBookingsBuffer ↔ bool?
- 
  Buffer maintained between room bookings.
  getter/setter pair
- roomBookingsBufferException ↔ String?
- 
  Room bookings buffer 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