hasTaskWithError property
bool
get
hasTaskWithError
Returns true
if this collection has a task with error.
Implementation
bool get hasTaskWithError => where((t) => t.hasError).isNotEmpty;
Returns true
if this collection has a task with error.
bool get hasTaskWithError => where((t) => t.hasError).isNotEmpty;