canGoToNextPage property

bool canGoToNextPage

Implementation

bool get canGoToNextPage => !loading && (currentPage < lastAvailablePage || !loadedAll);