PrefetchBundleInbox constructor
PrefetchBundleInbox({
- required int unreadCount,
- required List<
PrefetchBundleInboxEntry> page, - String? cursor,
Implementation
PrefetchBundleInbox({required this.unreadCount, required this.page, this.cursor});