endCursor property

String? endCursor
getter/setter pair

An ending point for the query results.

Query cursors are returned in query result batches and can only be used to limit the same query.

Implementation

core.String? endCursor;