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