hasPrevious property

bool get hasPrevious

Whether there are previous pages.

Implementation

bool get hasPrevious => pageNumber > 0;