IncreasedFoodSafety class
Increased food safety measures implemented by the hotel during COVID-19.
Constructors
- IncreasedFoodSafety({bool? diningAreasAdditionalSanitation, String? diningAreasAdditionalSanitationException, bool? disposableFlatware, String? disposableFlatwareException, bool? foodPreparationAndServingAdditionalSafety, String? foodPreparationAndServingAdditionalSafetyException, bool? individualPackagedMeals, String? individualPackagedMealsException, bool? singleUseFoodMenus, String? singleUseFoodMenusException})
- IncreasedFoodSafety.fromJson(Map json_)
Properties
- diningAreasAdditionalSanitation ↔ bool?
-
Additional sanitation in dining areas.
getter/setter pair
- diningAreasAdditionalSanitationException ↔ String?
-
Dining areas additional sanitation exception.
Possible string values are:
getter/setter pair
- disposableFlatware ↔ bool?
-
Disposable flatware.
getter/setter pair
- disposableFlatwareException ↔ String?
-
Disposable flatware exception.
Possible string values are:
getter/setter pair
- foodPreparationAndServingAdditionalSafety ↔ bool?
-
Additional safety measures during food prep and serving.
getter/setter pair
- foodPreparationAndServingAdditionalSafetyException ↔ String?
-
Food preparation and serving additional safety exception.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- individualPackagedMeals ↔ bool?
-
Individually-packaged meals.
getter/setter pair
- individualPackagedMealsException ↔ String?
-
Individual packaged meals exception.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- singleUseFoodMenus ↔ bool?
-
Single-use menus.
getter/setter pair
- singleUseFoodMenusException ↔ String?
-
Single use food menus exception.
Possible string values are:
getter/setter pair
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