hasPrevPage property

bool get hasPrevPage

Returns true if there is a previous page.

Implementation

bool get hasPrevPage => page > 1;