menu
pagist package
documentation
core/paging_data.dart
PagingData<Value>
append method
append method
dark_mode
light_mode
append
method
PagingData
<
Value
>
append
(
List
<
Value
>
newItems
)
Implementation
PagingData<Value> append(List<Value> newItems) => PagingData._([...items, ...newItems]);
pagist package
documentation
core/paging_data
PagingData<Value>
append method
PagingData class