hasError property

bool get hasError

Implementation

bool get hasError {
  _checkNotDisposed();
  return _hasError;
}