PaginationConfig class
Configuration for pagination settings.
Constructors
- PaginationConfig.new({required int initialSize, required int fetchingSize, required Object? snapshot})
-
const
Properties
- fetchingSize → int
-
Number of items to fetch each time.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialSize → int
-
Initial number of items to load.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- snapshot → Object?
-
Snapshot object to track pagination state.
final
- snapshotAsPage → int
-
SnapshotAsPage value to track paged pagination state.
no setter
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited