PersonalProtection constructor
PersonalProtection({
- bool? commonAreasOfferSanitizingItems,
- String? commonAreasOfferSanitizingItemsException,
- bool? faceMaskRequired,
- String? faceMaskRequiredException,
- bool? guestRoomHygieneKitsAvailable,
- String? guestRoomHygieneKitsAvailableException,
- bool? protectiveEquipmentAvailable,
- String? protectiveEquipmentAvailableException,
Implementation
PersonalProtection({
this.commonAreasOfferSanitizingItems,
this.commonAreasOfferSanitizingItemsException,
this.faceMaskRequired,
this.faceMaskRequiredException,
this.guestRoomHygieneKitsAvailable,
this.guestRoomHygieneKitsAvailableException,
this.protectiveEquipmentAvailable,
this.protectiveEquipmentAvailableException,
});