hasError property

bool get hasError

Returns true if any step of the loading or processing pipeline failed.

Implementation

bool get hasError => _errorMessage != null;