Page<T, C> class

List of T items along with their PageInfo containing the C cursor.

Constructors

Page(List<T> edges, PageInfo<C> info)

Properties

edges List<T>
List of the fetched items.
final
hashCode int
The hash code for this object.
no setterinherited
info PageInfo<C>
PageInfo of this Page.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status Rx<RxStatus>
Reactive RxStatus of the Page being fetched.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reversed() Page<T, C>
Returns a new Page with reversed info.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited