toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final baggageStorage = this.baggageStorage;
final baggageStorageException = this.baggageStorageException;
final concierge = this.concierge;
final conciergeException = this.conciergeException;
final convenienceStore = this.convenienceStore;
final convenienceStoreException = this.convenienceStoreException;
final currencyExchange = this.currencyExchange;
final currencyExchangeException = this.currencyExchangeException;
final elevator = this.elevator;
final elevatorException = this.elevatorException;
final frontDesk = this.frontDesk;
final frontDeskException = this.frontDeskException;
final fullServiceLaundry = this.fullServiceLaundry;
final fullServiceLaundryException = this.fullServiceLaundryException;
final giftShop = this.giftShop;
final giftShopException = this.giftShopException;
final languagesSpoken = this.languagesSpoken;
final selfServiceLaundry = this.selfServiceLaundry;
final selfServiceLaundryException = this.selfServiceLaundryException;
final socialHour = this.socialHour;
final socialHourException = this.socialHourException;
final twentyFourHourFrontDesk = this.twentyFourHourFrontDesk;
final twentyFourHourFrontDeskException =
this.twentyFourHourFrontDeskException;
final wakeUpCalls = this.wakeUpCalls;
final wakeUpCallsException = this.wakeUpCallsException;
return {
'baggageStorage': ?baggageStorage,
'baggageStorageException': ?baggageStorageException,
'concierge': ?concierge,
'conciergeException': ?conciergeException,
'convenienceStore': ?convenienceStore,
'convenienceStoreException': ?convenienceStoreException,
'currencyExchange': ?currencyExchange,
'currencyExchangeException': ?currencyExchangeException,
'elevator': ?elevator,
'elevatorException': ?elevatorException,
'frontDesk': ?frontDesk,
'frontDeskException': ?frontDeskException,
'fullServiceLaundry': ?fullServiceLaundry,
'fullServiceLaundryException': ?fullServiceLaundryException,
'giftShop': ?giftShop,
'giftShopException': ?giftShopException,
'languagesSpoken': ?languagesSpoken,
'selfServiceLaundry': ?selfServiceLaundry,
'selfServiceLaundryException': ?selfServiceLaundryException,
'socialHour': ?socialHour,
'socialHourException': ?socialHourException,
'twentyFourHourFrontDesk': ?twentyFourHourFrontDesk,
'twentyFourHourFrontDeskException': ?twentyFourHourFrontDeskException,
'wakeUpCalls': ?wakeUpCalls,
'wakeUpCallsException': ?wakeUpCallsException,
};
}