The id of the steps generated by MultistepSettings.onStepSubmitting so far.
MultistepSettings.onStepSubmitting
List<String> get generatedSteps => _values[_GENERATED_STEPS_KEY] as List<String>? ?? [];