PersonalProtection class
Personal protection measures implemented by the hotel during COVID-19.
Constructors
- PersonalProtection({bool? commonAreasOfferSanitizingItems, String? commonAreasOfferSanitizingItemsException, bool? faceMaskRequired, String? faceMaskRequiredException, bool? guestRoomHygieneKitsAvailable, String? guestRoomHygieneKitsAvailableException, bool? protectiveEquipmentAvailable, String? protectiveEquipmentAvailableException})
- PersonalProtection.fromJson(Map json_)
Properties
- commonAreasOfferSanitizingItems ↔ bool?
-
Hand-sanitizer and/or sanitizing wipes are offered in common areas.
getter/setter pair
- commonAreasOfferSanitizingItemsException ↔ String?
-
Common areas offer sanitizing items exception.
Possible string values are:
getter/setter pair
- faceMaskRequired ↔ bool?
-
Masks required on the property.
getter/setter pair
- faceMaskRequiredException ↔ String?
-
Face mask required exception.
Possible string values are:
getter/setter pair
- guestRoomHygieneKitsAvailable ↔ bool?
-
In-room hygiene kits with masks, hand sanitizer, and/or antibacterial
wipes.
getter/setter pair
- guestRoomHygieneKitsAvailableException ↔ String?
-
Guest room hygiene kits available exception.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- protectiveEquipmentAvailable ↔ bool?
-
Masks and/or gloves available for guests.
getter/setter pair
- protectiveEquipmentAvailableException ↔ String?
-
Protective equipment available 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