isActive property
bool
get
isActive
Whether the fetch is currently active (in progress).
Implementation
bool get isActive => this is FetchProgressInProgress;
Whether the fetch is currently active (in progress).
bool get isActive => this is FetchProgressInProgress;