hasPreviousPage property
bool
get
hasPreviousPage
Whether there are previous pages available
Implementation
bool get hasPreviousPage => skip > 0;
Whether there are previous pages available
bool get hasPreviousPage => skip > 0;