PrefetchBundleInbox constructor

PrefetchBundleInbox({
  1. required int unreadCount,
  2. required List<PrefetchBundleInboxEntry> page,
  3. String? cursor,
})

Implementation

PrefetchBundleInbox({required this.unreadCount, required this.page, this.cursor});