hasPreviousPage property

bool get hasPreviousPage

This can be used to check if there is a previous page before calling previous.

Implementation

bool get hasPreviousPage => previousApiUrl != null;