hasError property
bool
get
hasError
Whether the form is in an error state.
Implementation
bool get hasError => this is AsyncFormError<Request, Response>;
Whether the form is in an error state.
bool get hasError => this is AsyncFormError<Request, Response>;