Services class
Conveniences or help provided by the property to facilitate an easier, more comfortable stay.
Constructors
-
Services({bool? baggageStorage, String? baggageStorageException, bool? concierge, String? conciergeException, bool? convenienceStore, String? convenienceStoreException, bool? currencyExchange, String? currencyExchangeException, bool? elevator, String? elevatorException, bool? frontDesk, String? frontDeskException, bool? fullServiceLaundry, String? fullServiceLaundryException, bool? giftShop, String? giftShopException, List<
LanguageSpoken> ? languagesSpoken, bool? selfServiceLaundry, String? selfServiceLaundryException, bool? socialHour, String? socialHourException, bool? twentyFourHourFrontDesk, String? twentyFourHourFrontDeskException, bool? wakeUpCalls, String? wakeUpCallsException}) - Services.fromJson(Map json_)
Properties
- baggageStorage ↔ bool?
-
Baggage storage.
getter/setter pair
- baggageStorageException ↔ String?
-
Baggage storage exception.
Possible string values are:
getter/setter pair
- concierge ↔ bool?
-
Concierge.
getter/setter pair
- conciergeException ↔ String?
-
Concierge exception.
Possible string values are:
getter/setter pair
- convenienceStore ↔ bool?
-
Convenience store.
getter/setter pair
- convenienceStoreException ↔ String?
-
Convenience store exception.
Possible string values are:
getter/setter pair
- currencyExchange ↔ bool?
-
Currency exchange.
getter/setter pair
- currencyExchangeException ↔ String?
-
Currency exchange exception.
Possible string values are:
getter/setter pair
- elevator ↔ bool?
-
Elevator.
getter/setter pair
- elevatorException ↔ String?
-
Elevator exception.
Possible string values are:
getter/setter pair
- frontDesk ↔ bool?
-
Front desk.
getter/setter pair
- frontDeskException ↔ String?
-
Front desk exception.
Possible string values are:
getter/setter pair
- fullServiceLaundry ↔ bool?
-
Full service laundry.
getter/setter pair
- fullServiceLaundryException ↔ String?
-
Full service laundry exception.
Possible string values are:
getter/setter pair
- giftShop ↔ bool?
-
Gift shop.
getter/setter pair
- giftShopException ↔ String?
-
Gift shop exception.
Possible string values are:
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
languagesSpoken
↔ List<
LanguageSpoken> ? -
Languages spoken by at least one staff member.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfServiceLaundry ↔ bool?
-
Self service laundry.
getter/setter pair
- selfServiceLaundryException ↔ String?
-
Self service laundry exception.
Possible string values are:
getter/setter pair
-
Social hour.
getter/setter pair
-
Social hour exception.
Possible string values are:
getter/setter pair
- twentyFourHourFrontDesk ↔ bool?
-
24hr front desk.
getter/setter pair
- twentyFourHourFrontDeskException ↔ String?
-
24hr front desk exception.
Possible string values are:
getter/setter pair
- wakeUpCalls ↔ bool?
-
Wake up calls.
getter/setter pair
- wakeUpCallsException ↔ String?
-
Wake up calls 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