PageToken class
Opaque continuation token for a paginated list.
Hold it in your state and pass it back to the matching ...NextPage(...)
call to fetch the following page. A null token means there are no more
pages. Each list owns its own token, so independent lists never interfere.
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDto(
) → PageDto -
Serializes back to the Pigeon DTO for a
...NextPagehost call. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited