cursor property

  1. @JsonKey(name: r'cursor')
String? cursor
final

Cursor indicating the location to resume browsing from. Must match the value returned by the previous call. Pass this value to the subsequent browse call to get the next page of results. When the end of the index has been reached, cursor is absent from the response.

Implementation

@JsonKey(name: r'cursor')
final String? cursor;