cursor property

String? cursor
getter/setter pair

The cursor from which the search starts (used for pagination search).

From the Ditto-API:

Cursor IDs are given in responses and mark the position after the final search result. The meaning of cursor IDs is unspecified and may change without notice.

Implementation

String? cursor;