BatchInboxFetchResult constructor
BatchInboxFetchResult({
- required List<
BatchInboxNotificationContent> notifications, - required bool endReached,
Implementation
BatchInboxFetchResult({required this.notifications, required this.endReached});