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