canGoToPreviousPage property

bool get canGoToPreviousPage

Whether there is a previous page.

Implementation

bool get canGoToPreviousPage => page > 1;