cursor property

Map<String, int>? cursor
final

A map that indicates the starting/ending point from which objects are returned. The cursor value is an internally tracked integer that doesn't correspond to any IDs.

Implementation

final Map<String, int>? cursor;