menu
flutter_form_bloc_allenlinli package
documentation
flutter_form_bloc_allenlinli.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;
flutter_form_bloc_allenlinli package
documentation
flutter_form_bloc_allenlinli
FieldBlocState<Value, Suggestion, ExtraData>
hasError property
FieldBlocState class