cursor property
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;
A cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set.
final String? cursor;