menu
bloc_form_plus package
documentation
bloc_form.dart
FieldBlocState<Value, Suggestion, ExtraData>
error property
error property
dark_mode
light_mode
error
property
Object
?
error
final
The current error of this state.
If doesn't have error it is
null
.
Implementation
final Object? error;
bloc_form_plus package
documentation
bloc_form
FieldBlocState<Value, Suggestion, ExtraData>
error property
FieldBlocState class