hasUpdatedValue property
bool
get
hasUpdatedValue
Indicate if this field has value from FieldBloc.updateValue
method.
FieldBlocState.hasUpdatedValue
Implementation
bool get hasUpdatedValue => state.hasUpdatedValue;