menu
flutter_form_bloc_allenlinli package
documentation
flutter_form_bloc_allenlinli.dart
FieldBlocState<Value, Suggestion, ExtraData>
hasValue property
hasValue property
dark_mode
light_mode
hasValue
property
bool
get
hasValue
Indicates if
value
is not
null
.
Implementation
bool get hasValue => value != null;
flutter_form_bloc_allenlinli package
documentation
flutter_form_bloc_allenlinli
FieldBlocState<Value, Suggestion, ExtraData>
hasValue property
FieldBlocState class