hasAnyError property

bool hasAnyError

Returns true if any objects still have a error status.

Implementation

bool get hasAnyError => anyError != null;