cursor property

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

Cursor to get the next page of the response. The parameter must match the value returned in the response of a previous request. The last page of the response does not return a cursor attribute.

Implementation

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