hasUpdatedValues method

bool hasUpdatedValues({
  1. int? step,
})

Check if all field blocs and their children have updated values

Implementation

bool hasUpdatedValues({int? step}) =>
    FormBlocUtils.hasUpdatedValues(state.flatFieldBlocs(step) ?? const []);