hasInitialValue property

bool get hasInitialValue

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

Implementation

bool get hasInitialValue => initialValue == value;