canGoToPreviousPage property

bool canGoToPreviousPage

Implementation

bool get canGoToPreviousPage => currentPage > 0 && !loading;