hasError property

bool get hasError

Implementation

bool get hasError {
  RxTracking.track(this);
  return value.hasError;
}