hasPrevious property
bool
get
hasPrevious
Whether there are previous pages.
Implementation
bool get hasPrevious => pageNumber > 0;
Whether there are previous pages.
bool get hasPrevious => pageNumber > 0;