hasTaskWithError property

bool hasTaskWithError

Returns true if this collection has a task with error.

Implementation

bool get hasTaskWithError => where((t) => t.hasError).isNotEmpty;