isPaused property
bool
get
isPaused
Whether the fetch is paused (typically offline).
Implementation
bool get isPaused => fetchStatus == FetchStatus.paused;
Whether the fetch is paused (typically offline).
bool get isPaused => fetchStatus == FetchStatus.paused;