ListNotifications constructor

ListNotifications(
  1. Map body
)

Implementation

ListNotifications(Map body)
    : cursor = body["cursor"],
      notificationList = body["notifications"];