SustainableSourcing class
Sustainable sourcing practices implemented at the hotel.
Constructors
- SustainableSourcing({bool? ecoFriendlyToiletries, String? ecoFriendlyToiletriesException, bool? locallySourcedFoodAndBeverages, String? locallySourcedFoodAndBeveragesException, bool? organicCageFreeEggs, String? organicCageFreeEggsException, bool? organicFoodAndBeverages, String? organicFoodAndBeveragesException, bool? responsiblePurchasingPolicy, String? responsiblePurchasingPolicyException, bool? responsiblySourcesSeafood, String? responsiblySourcesSeafoodException, bool? veganMeals, String? veganMealsException, bool? vegetarianMeals, String? vegetarianMealsException})
- SustainableSourcing.fromJson(Map json_)
Properties
- ecoFriendlyToiletries ↔ bool?
-
Eco friendly toiletries.
getter/setter pair
- ecoFriendlyToiletriesException ↔ String?
-
Eco friendly toiletries exception.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- locallySourcedFoodAndBeverages ↔ bool?
-
Locally sourced food and beverages.
getter/setter pair
- locallySourcedFoodAndBeveragesException ↔ String?
-
Locally sourced food and beverages exception.
Possible string values are:
getter/setter pair
- organicCageFreeEggs ↔ bool?
-
Organic cage free eggs.
getter/setter pair
- organicCageFreeEggsException ↔ String?
-
Organic cage free eggs exception.
Possible string values are:
getter/setter pair
- organicFoodAndBeverages ↔ bool?
-
Organic food and beverages.
getter/setter pair
- organicFoodAndBeveragesException ↔ String?
-
Organic food and beverages exception.
Possible string values are:
getter/setter pair
- responsiblePurchasingPolicy ↔ bool?
-
Responsible purchasing policy.
getter/setter pair
- responsiblePurchasingPolicyException ↔ String?
-
Responsible purchasing policy exception.
Possible string values are:
getter/setter pair
- responsiblySourcesSeafood ↔ bool?
-
Responsibly sources seafood.
getter/setter pair
- responsiblySourcesSeafoodException ↔ String?
-
Responsibly sources seafood exception.
Possible string values are:
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- veganMeals ↔ bool?
-
Vegan meals.
getter/setter pair
- veganMealsException ↔ String?
-
Vegan meals exception.
Possible string values are:
getter/setter pair
- vegetarianMeals ↔ bool?
-
Vegetarian meals.
getter/setter pair
- vegetarianMealsException ↔ String?
-
Vegetarian meals 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