EnhancedCleaning class

Enhanced cleaning measures implemented by the hotel during COVID-19.

Constructors

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})
EnhancedCleaning.fromJson(Map json_)

Properties

commercialGradeDisinfectantCleaning bool?
Commercial-grade disinfectant used to clean the property.
getter/setter pair
commercialGradeDisinfectantCleaningException String?
Commercial grade disinfectant cleaning exception. Possible string values are:
getter/setter pair
commonAreasEnhancedCleaning bool?
Enhanced cleaning of common areas.
getter/setter pair
commonAreasEnhancedCleaningException String?
Common areas enhanced cleaning exception. Possible string values are:
getter/setter pair
employeesTrainedCleaningProcedures bool?
Employees trained in COVID-19 cleaning procedures.
getter/setter pair
employeesTrainedCleaningProceduresException String?
Employees trained cleaning procedures exception. Possible string values are:
getter/setter pair
employeesTrainedThoroughHandWashing bool?
Employees trained in thorough hand-washing.
getter/setter pair
employeesTrainedThoroughHandWashingException String?
Employees trained thorough hand washing exception. Possible string values are:
getter/setter pair
employeesWearProtectiveEquipment bool?
Employees wear masks, face shields, and/or gloves.
getter/setter pair
employeesWearProtectiveEquipmentException String?
Employees wear protective equipment exception. Possible string values are:
getter/setter pair
guestRoomsEnhancedCleaning bool?
Enhanced cleaning of guest rooms.
getter/setter pair
guestRoomsEnhancedCleaningException String?
Guest rooms enhanced cleaning exception. Possible string values are:
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited