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