showEmptyState property

bool showEmptyState

Implementation

bool get showEmptyState {
  return !loading && !firstSearch && currentPage == 0 && pages[currentPage]?.isEmpty == true;
}