hasError property

bool hasError

Implementation

bool get hasError {
  return indicatorStatus == IndicatorStatus.fullScreenError || indicatorStatus == IndicatorStatus.error;
}