EnhancedCleaning constructor

EnhancedCleaning({
  1. bool? commercialGradeDisinfectantCleaning,
  2. String? commercialGradeDisinfectantCleaningException,
  3. bool? commonAreasEnhancedCleaning,
  4. String? commonAreasEnhancedCleaningException,
  5. bool? employeesTrainedCleaningProcedures,
  6. String? employeesTrainedCleaningProceduresException,
  7. bool? employeesTrainedThoroughHandWashing,
  8. String? employeesTrainedThoroughHandWashingException,
  9. bool? employeesWearProtectiveEquipment,
  10. String? employeesWearProtectiveEquipmentException,
  11. bool? guestRoomsEnhancedCleaning,
  12. 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,
});