isRefreshing property
bool
get
isRefreshing
Returns true if the service is currently refreshing its data. Useful for pull-to-refresh indicators or temporarily disabling UI interactions.
Implementation
bool get isRefreshing => status == ServiceStatus.refresh;