isLoadingMore property

bool get isLoadingMore

Implementation

bool get isLoadingMore =>
    loadingState == PaginatedQueryLoadingState.loadingMore;