Page<T> class
abstract
A single page of paged results from a query.
Use next
to move to the next page. If this is the last page next
completes with null
Constructors
- Page()
Properties
Methods
-
next(
{int pageSize}) → Future< Page< T> > - Move to the next page.
-
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