PaginationLoaded<T> class
- Inheritance
-
- Object
- PaginationState<
T> - PaginationLoaded
Constructors
-
PaginationLoaded({required List<
T> items, required bool hasReachedEnd})
Properties
- hashCode → int
-
The hash code for this object.
no setteroverride
- hasReachedEnd → bool
-
final
-
items
→ List<
T> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
copyWith(
{List< T> ? items, bool? hasReachedEnd}) → PaginationLoaded<T> -
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 o) → bool -
The equality operator.
override