hasNextPage property

bool hasNextPage

Returns true if there is a next page, otherwise false.

Implementation

bool get hasNextPage => response.meta?.nextToken?.isNotEmpty ?? false;