nextPage property

Uri? nextPage
final

If there is a page beyond the current page, this field will contain a full API URI to that page. You may submit a HTTP GET request to that URI to continue paginating forward on this List.

Implementation

final Uri? nextPage;