hasPreviousPage property

bool hasPreviousPage

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

Implementation

bool get hasPreviousPage => response.meta?.previousToken?.isNotEmpty ?? false;