isFetchingNextPage property

ReadonlySignal<bool> get isFetchingNextPage

Reactive signal indicating whether a request for the next page is actively in-flight.

Implementation

ReadonlySignal<bool> get isFetchingNextPage => _isFetchingNextPage.readonly();