menu
paginated_builder package
documentation
paginated_builder.dart
PaginatedBaseState<DataType, CursorType, StateType extends PaginatedBase<DataType, CursorType>>
lastRequestedChunk property
lastRequestedChunk property
dark_mode
light_mode
lastRequestedChunk
property
Chunk
<
DataType
,
CursorType
>
lastRequestedChunk
getter/setter pair
Implementation
late Chunk<DataType, CursorType> lastRequestedChunk;
paginated_builder package
documentation
paginated_builder
PaginatedBaseState<DataType, CursorType, StateType extends PaginatedBase<DataType, CursorType>>
lastRequestedChunk property
PaginatedBaseState class