isActive property

bool get isActive

Whether the fetch is currently active (in progress).

Implementation

bool get isActive => this is FetchProgressInProgress;