hasUpdatedValue property

bool hasUpdatedValue

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

Implementation

bool get hasUpdatedValue => updatedValue == value;