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