toJson method

Map<String, dynamic> toJson()

Implementation

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