hasError property

bool get hasError

Check if processor is in error state

Implementation

bool get hasError => _state == ProcessingState.error;