isValuesChanged property

bool isValuesChanged

Check if all field blocs and their children have undergone a change in values See FormBloc.isValuesChanged

Implementation

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