toJson method

Map<String, dynamic> toJson()

Implementation

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