PersonalProtection constructor

PersonalProtection({
  1. bool? commonAreasOfferSanitizingItems,
  2. String? commonAreasOfferSanitizingItemsException,
  3. bool? faceMaskRequired,
  4. String? faceMaskRequiredException,
  5. bool? guestRoomHygieneKitsAvailable,
  6. String? guestRoomHygieneKitsAvailableException,
  7. bool? protectiveEquipmentAvailable,
  8. String? protectiveEquipmentAvailableException,
})

Implementation

PersonalProtection({
  this.commonAreasOfferSanitizingItems,
  this.commonAreasOfferSanitizingItemsException,
  this.faceMaskRequired,
  this.faceMaskRequiredException,
  this.guestRoomHygieneKitsAvailable,
  this.guestRoomHygieneKitsAvailableException,
  this.protectiveEquipmentAvailable,
  this.protectiveEquipmentAvailableException,
});