PhysicalDistancing constructor

PhysicalDistancing({
  1. bool? commonAreasPhysicalDistancingArranged,
  2. String? commonAreasPhysicalDistancingArrangedException,
  3. bool? physicalDistancingRequired,
  4. String? physicalDistancingRequiredException,
  5. bool? safetyDividers,
  6. String? safetyDividersException,
  7. bool? sharedAreasLimitedOccupancy,
  8. String? sharedAreasLimitedOccupancyException,
  9. bool? wellnessAreasHavePrivateSpaces,
  10. String? wellnessAreasHavePrivateSpacesException,
})

Implementation

PhysicalDistancing({
  this.commonAreasPhysicalDistancingArranged,
  this.commonAreasPhysicalDistancingArrangedException,
  this.physicalDistancingRequired,
  this.physicalDistancingRequiredException,
  this.safetyDividers,
  this.safetyDividersException,
  this.sharedAreasLimitedOccupancy,
  this.sharedAreasLimitedOccupancyException,
  this.wellnessAreasHavePrivateSpaces,
  this.wellnessAreasHavePrivateSpacesException,
});