PaginatedPushNotificationList constructor
PaginatedPushNotificationList({
- int? count,
- String? next,
- String? previous,
- List<
PushNotification> results = const [],
Returns a new PaginatedPushNotificationList instance.
Implementation
PaginatedPushNotificationList({
this.count,
this.next,
this.previous,
this.results = const [],
});