toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (contactlessCheckinCheckout != null)
        'contactlessCheckinCheckout': contactlessCheckinCheckout!,
      if (contactlessCheckinCheckoutException != null)
        'contactlessCheckinCheckoutException':
            contactlessCheckinCheckoutException!,
      if (digitalGuestRoomKeys != null)
        'digitalGuestRoomKeys': digitalGuestRoomKeys!,
      if (digitalGuestRoomKeysException != null)
        'digitalGuestRoomKeysException': digitalGuestRoomKeysException!,
      if (housekeepingScheduledRequestOnly != null)
        'housekeepingScheduledRequestOnly': housekeepingScheduledRequestOnly!,
      if (housekeepingScheduledRequestOnlyException != null)
        'housekeepingScheduledRequestOnlyException':
            housekeepingScheduledRequestOnlyException!,
      if (noHighTouchItemsCommonAreas != null)
        'noHighTouchItemsCommonAreas': noHighTouchItemsCommonAreas!,
      if (noHighTouchItemsCommonAreasException != null)
        'noHighTouchItemsCommonAreasException':
            noHighTouchItemsCommonAreasException!,
      if (noHighTouchItemsGuestRooms != null)
        'noHighTouchItemsGuestRooms': noHighTouchItemsGuestRooms!,
      if (noHighTouchItemsGuestRoomsException != null)
        'noHighTouchItemsGuestRoomsException':
            noHighTouchItemsGuestRoomsException!,
      if (plasticKeycardsDisinfected != null)
        'plasticKeycardsDisinfected': plasticKeycardsDisinfected!,
      if (plasticKeycardsDisinfectedException != null)
        'plasticKeycardsDisinfectedException':
            plasticKeycardsDisinfectedException!,
      if (roomBookingsBuffer != null)
        'roomBookingsBuffer': roomBookingsBuffer!,
      if (roomBookingsBufferException != null)
        'roomBookingsBufferException': roomBookingsBufferException!,
    };