startCursor property
A starting point for the query results.
Query cursors are returned in query result batches and can only be used to continue the same query.
Implementation
core.String? startCursor;
A starting point for the query results.
Query cursors are returned in query result batches and can only be used to continue the same query.
core.String? startCursor;