hasInitialValue property

bool hasInitialValue

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

Implementation

bool get hasInitialValue => initialValue == value;