CollectionCursorPageRequest class final

Requests a page using an opaque, source-owned cursor. Consumers must not interpret the cursor as an offset.

Inheritance

Constructors

CollectionCursorPageRequest({String? cursor, required int limit})
Creates a cursor request. Omit cursor for the initial page; limit must be positive.
const

Properties

cursor String?
Opaque continuation token returned by the source, or null for the initial request.
final
hashCode int
The hash code for this object.
no setterinherited
limit int
Maximum requested number of items; must be greater than zero.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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