ListNotificationSubscriptionsResponse constructor

ListNotificationSubscriptionsResponse({
  1. String? nextPageToken,
  2. List<NotificationSubscription>? notificationSubscriptions,
})

Implementation

ListNotificationSubscriptionsResponse({
  this.nextPageToken,
  this.notificationSubscriptions,
});