MinimizedContact.fromJson constructor

MinimizedContact.fromJson(
  1. Map json_
)

Implementation

MinimizedContact.fromJson(core.Map json_)
  : this(
      contactlessCheckinCheckout:
          json_['contactlessCheckinCheckout'] as core.bool?,
      contactlessCheckinCheckoutException:
          json_['contactlessCheckinCheckoutException'] as core.String?,
      digitalGuestRoomKeys: json_['digitalGuestRoomKeys'] as core.bool?,
      digitalGuestRoomKeysException:
          json_['digitalGuestRoomKeysException'] as core.String?,
      housekeepingScheduledRequestOnly:
          json_['housekeepingScheduledRequestOnly'] as core.bool?,
      housekeepingScheduledRequestOnlyException:
          json_['housekeepingScheduledRequestOnlyException'] as core.String?,
      noHighTouchItemsCommonAreas:
          json_['noHighTouchItemsCommonAreas'] as core.bool?,
      noHighTouchItemsCommonAreasException:
          json_['noHighTouchItemsCommonAreasException'] as core.String?,
      noHighTouchItemsGuestRooms:
          json_['noHighTouchItemsGuestRooms'] as core.bool?,
      noHighTouchItemsGuestRoomsException:
          json_['noHighTouchItemsGuestRoomsException'] as core.String?,
      plasticKeycardsDisinfected:
          json_['plasticKeycardsDisinfected'] as core.bool?,
      plasticKeycardsDisinfectedException:
          json_['plasticKeycardsDisinfectedException'] as core.String?,
      roomBookingsBuffer: json_['roomBookingsBuffer'] as core.bool?,
      roomBookingsBufferException:
          json_['roomBookingsBufferException'] as core.String?,
    );