EnhancedCleaning constructor
EnhancedCleaning({
- bool? commercialGradeDisinfectantCleaning,
- String? commercialGradeDisinfectantCleaningException,
- bool? commonAreasEnhancedCleaning,
- String? commonAreasEnhancedCleaningException,
- bool? employeesTrainedCleaningProcedures,
- String? employeesTrainedCleaningProceduresException,
- bool? employeesTrainedThoroughHandWashing,
- String? employeesTrainedThoroughHandWashingException,
- bool? employeesWearProtectiveEquipment,
- String? employeesWearProtectiveEquipmentException,
- bool? guestRoomsEnhancedCleaning,
- String? guestRoomsEnhancedCleaningException,
Implementation
EnhancedCleaning({
this.commercialGradeDisinfectantCleaning,
this.commercialGradeDisinfectantCleaningException,
this.commonAreasEnhancedCleaning,
this.commonAreasEnhancedCleaningException,
this.employeesTrainedCleaningProcedures,
this.employeesTrainedCleaningProceduresException,
this.employeesTrainedThoroughHandWashing,
this.employeesTrainedThoroughHandWashingException,
this.employeesWearProtectiveEquipment,
this.employeesWearProtectiveEquipmentException,
this.guestRoomsEnhancedCleaning,
this.guestRoomsEnhancedCleaningException,
});