hasUpdatedValues property

bool hasUpdatedValues

Check if all field blocs and their children have updated values See FormBloc.hasUpdatedValues

Implementation

bool get hasUpdatedValues => FormBlocUtils.hasUpdatedValues(flatFieldBlocs);