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