hasError property
Returns true if any step of the loading or processing pipeline failed.
Implementation
bool get hasError => _errorMessage != null;
Returns true if any step of the loading or processing pipeline failed.
bool get hasError => _errorMessage != null;