hasFailures property
bool
get
hasFailures
Whether any tracked load failed.
Implementation
bool get hasFailures => _failures.isNotEmpty;
Whether any tracked load failed.
bool get hasFailures => _failures.isNotEmpty;