nextToken property

  1. @JsonKey(name: 'next-token')
String? nextToken
final

Used for pagination, when making another request provide this token with the next parameter.

Implementation

@JsonKey(name: 'next-token')
final String? nextToken;