hasError property

bool get hasError

Whether the form is in an error state.

Implementation

bool get hasError => this is AsyncFormError<Request, Response>;