hasFailures property
bool
get
hasFailures
Check if there are any failures
Implementation
bool get hasFailures => failures.isNotEmpty;
Check if there are any failures
bool get hasFailures => failures.isNotEmpty;