hasUpdatedValue property

bool hasUpdatedValue

Indicate if this field has value from FieldBloc.updateValue method. FieldBlocState.hasUpdatedValue

Implementation

bool get hasUpdatedValue => state.hasUpdatedValue;