Services constructor
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,
Implementation
Services({
this.baggageStorage,
this.baggageStorageException,
this.concierge,
this.conciergeException,
this.convenienceStore,
this.convenienceStoreException,
this.currencyExchange,
this.currencyExchangeException,
this.elevator,
this.elevatorException,
this.frontDesk,
this.frontDeskException,
this.fullServiceLaundry,
this.fullServiceLaundryException,
this.giftShop,
this.giftShopException,
this.languagesSpoken,
this.selfServiceLaundry,
this.selfServiceLaundryException,
this.socialHour,
this.socialHourException,
this.twentyFourHourFrontDesk,
this.twentyFourHourFrontDeskException,
this.wakeUpCalls,
this.wakeUpCallsException,
});