DynamicFormProps constructor
DynamicFormProps({
- required String componentName,
- required FormDefinition formJson,
- dynamic existingObject,
- bool includeSubmit = false,
- dynamic onSubmitSuccess(
- dynamic
Implementation
DynamicFormProps({
required this.componentName,
required this.formJson,
this.existingObject,
this.includeSubmit = false,
this.onSubmitSuccess,
});