isRefreshing property

bool get isRefreshing

true while a refresh call is actively in flight.

Synchronous read — useful for showing a loading indicator without subscribing to events.

Implementation

bool get isRefreshing => _refreshCompleter != null;