PaginatedImpl<K, T, V, C> constructor
- Pagination<
V, C, K> ? pagination, - List<
FutureOr< initial = const [],Map< >K, T> > - K? initialKey,
- C? initialCursor,
- void onDispose()?,
Implementation
PaginatedImpl({
this.pagination,
this.initial = const [],
this.initialKey,
this.initialCursor,
super.onDispose,
});