menu
bloc_form_plus package
documentation
bloc_form.dart
FieldBlocState<Value, Suggestion, ExtraData>
hasError property
hasError property
dark_mode
light_mode
hasError
property
bool
get
hasError
Indicates if
error
is not
null
.
Implementation
bool get hasError => error != null;
bloc_form_plus package
documentation
bloc_form
FieldBlocState<Value, Suggestion, ExtraData>
hasError property
FieldBlocState class