Services constructor

Services({
  1. bool? baggageStorage,
  2. String? baggageStorageException,
  3. bool? concierge,
  4. String? conciergeException,
  5. bool? convenienceStore,
  6. String? convenienceStoreException,
  7. bool? currencyExchange,
  8. String? currencyExchangeException,
  9. bool? elevator,
  10. String? elevatorException,
  11. bool? frontDesk,
  12. String? frontDeskException,
  13. bool? fullServiceLaundry,
  14. String? fullServiceLaundryException,
  15. bool? giftShop,
  16. String? giftShopException,
  17. List<LanguageSpoken>? languagesSpoken,
  18. bool? selfServiceLaundry,
  19. String? selfServiceLaundryException,
  20. bool? socialHour,
  21. String? socialHourException,
  22. bool? twentyFourHourFrontDesk,
  23. String? twentyFourHourFrontDeskException,
  24. bool? wakeUpCalls,
  25. 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,
});