CursorPagination class

Implemented types

Constructors

CursorPagination({String previousCursor = '', String nextCursor = '', String cursor = ''})

Properties

cursor String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
nextCursor String
getter/setter pair
previousCursor String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

decrement() → void
override
increment() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
override
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
update(GridResult gridResult) → void
override

Operators

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

Static Properties

configuration CursorPaginationConfiguration
getter/setter pair