cursor property

String? cursor
final

A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.

Implementation

final String? cursor;