BatchInboxFetchResult constructor

BatchInboxFetchResult({
  1. required List<BatchInboxNotificationContent> notifications,
  2. required bool endReached,
})

Implementation

BatchInboxFetchResult(
    {required this.notifications, required this.endReached});