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

hashCode int
The hash code for this object.
no setterinherited
isLast bool
Whether this is the last page of results.
no setter
items List<T>
The items in this page.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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