menu
smart_pagination package
documentation
pagination.dart
IPaginationLoadedState<T>
allItems property
allItems property
dark_mode
light_mode
allItems
property
List
<
T
>
get
allItems
The list of items in the current pagination state.
Implementation
List<T> get allItems;
smart_pagination package
documentation
pagination
IPaginationLoadedState<T>
allItems property
IPaginationLoadedState class