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