PhysicalDistancing constructor
PhysicalDistancing({
- bool? commonAreasPhysicalDistancingArranged,
- String? commonAreasPhysicalDistancingArrangedException,
- bool? physicalDistancingRequired,
- String? physicalDistancingRequiredException,
- bool? safetyDividers,
- String? safetyDividersException,
- bool? wellnessAreasHavePrivateSpaces,
- String? wellnessAreasHavePrivateSpacesException,
Implementation
PhysicalDistancing({
this.commonAreasPhysicalDistancingArranged,
this.commonAreasPhysicalDistancingArrangedException,
this.physicalDistancingRequired,
this.physicalDistancingRequiredException,
this.safetyDividers,
this.safetyDividersException,
this.sharedAreasLimitedOccupancy,
this.sharedAreasLimitedOccupancyException,
this.wellnessAreasHavePrivateSpaces,
this.wellnessAreasHavePrivateSpacesException,
});