NotificationList constructor

const NotificationList({
  1. String? cursor,
  2. required List<Notification> notifications,
})

Implementation

const factory NotificationList({
  String? cursor,
  required List<Notification> notifications,
}) = _NotificationList;