nextPageToken property

  1. @BuiltValueField(wireName: r'next_page_token')
String? nextPageToken

Contains a token that can be used to return up to 20 additional results. A next_page_token will not be returned if there are no additional results to display. The maximum number of results that can be returned is 60. There is a short delay between when a next_page_token is issued, and when it will become valid.

Implementation

@BuiltValueField(wireName: r'next_page_token')
String? get nextPageToken;