GetNotificationsResponse constructor

GetNotificationsResponse({
  1. String? nextToken,
  2. required List<Notification> notifications,
})

Implementation

GetNotificationsResponse({
  this.nextToken,
  required this.notifications,
});