menu
paginated_builder package
documentation
paginated_builder.dart
PaginatedBaseState<DataType, CursorType, StateType extends PaginatedBase<DataType, CursorType>>
cacheLength property
cacheLength property
dark_mode
light_mode
cacheLength
property
int
get
cacheLength
Implementation
int get cacheLength => _cachedItems.length;
paginated_builder package
documentation
paginated_builder
PaginatedBaseState<DataType, CursorType, StateType extends PaginatedBase<DataType, CursorType>>
cacheLength property
PaginatedBaseState class