Paged<T> mixin
A mixin to handle sets of some items as paged responses.
Properties
- current → T
-
The current set of items.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasNext → bool
-
True if there exists a next set of items on a resource.
no setter
- hasPrevious → bool
-
True if there exists a previous set of items on a resource.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
next(
) → Future< Paged< T> ?> - Get a next set of items from a resource asynchronously.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
previous(
) → Future< Paged< T> ?> - Get a previous set of items from a resource asynchronously.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited