hasFailedFetches property
bool
get
hasFailedFetches
Whether or not there are any failed fetches.
Implementation
bool get hasFailedFetches => _failedFetches.isNotEmpty;
Whether or not there are any failed fetches.
bool get hasFailedFetches => _failedFetches.isNotEmpty;