isNextPageLoading property

bool isNextPageLoading

Getter for telling us whether we are loading a new page.

Implementation

bool get isNextPageLoading => isLoading && list.isNotEmpty;