hasUpdatedValue property

bool get hasUpdatedValue

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

Implementation

bool get hasUpdatedValue => updatedValue == value;