canLoadMore property

bool canLoadMore

True if local cache contains less records that remote db.

Implementation

bool get canLoadMore => !isLoadingMore && (_offset < remoteRecordsCount);