GetNotificationsResponse constructor
GetNotificationsResponse({
- String? nextToken,
- required List<
Notification> notifications,
Implementation
GetNotificationsResponse({
this.nextToken,
required this.notifications,
});