hasError property
bool
get
hasError
Check if processor is in error state
Implementation
bool get hasError => _state == ProcessingState.error;
Check if processor is in error state
bool get hasError => _state == ProcessingState.error;