isFirstPageError property

bool get isFirstPageError

Whether showing first page error (no items to show).

Implementation

bool get isFirstPageError => this == PaginationStatus.firstPageError;