PhysicalDistancing class
Physical distancing measures implemented by the hotel during COVID-19.
Constructors
- PhysicalDistancing({bool? commonAreasPhysicalDistancingArranged, String? commonAreasPhysicalDistancingArrangedException, bool? physicalDistancingRequired, String? physicalDistancingRequiredException, bool? safetyDividers, String? safetyDividersException, bool? wellnessAreasHavePrivateSpaces, String? wellnessAreasHavePrivateSpacesException})
- PhysicalDistancing.fromJson(Map json_)
Properties
- commonAreasPhysicalDistancingArranged ↔ bool?
- 
  Common areas arranged to maintain physical distancing.
  getter/setter pair
- commonAreasPhysicalDistancingArrangedException ↔ String?
- 
  Common areas physical distancing arranged exception.
Possible string values are:
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- physicalDistancingRequired ↔ bool?
- 
  Physical distancing required.
  getter/setter pair
- physicalDistancingRequiredException ↔ String?
- 
  Physical distancing required exception.
Possible string values are:
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
- safetyDividers ↔ bool?
- 
  Safety dividers at front desk and other locations.
  getter/setter pair
- safetyDividersException ↔ String?
- 
  Safety dividers exception.
Possible string values are:
  getter/setter pair
- 
  Guest occupancy limited within shared facilities.
  getter/setter pair
- 
  Shared areas limited occupancy exception.
Possible string values are:
  getter/setter pair
- wellnessAreasHavePrivateSpaces ↔ bool?
- 
  Private spaces designated in spa and wellness areas.
  getter/setter pair
- wellnessAreasHavePrivateSpacesException ↔ String?
- 
  Wellness areas have private spaces 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