isLoadingMore property

bool get isLoadingMore

Implementation

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