isIdle property
bool
get
isIdle
Whether no fetch is in progress.
Implementation
bool get isIdle => fetchStatus == FetchStatus.idle;
Whether no fetch is in progress.
bool get isIdle => fetchStatus == FetchStatus.idle;