FormDefinition constructor
FormDefinition({})
Implementation
FormDefinition({
this.title,
this.sections,
this.sectionStyle,
this.formStyle,
this.fields,
this.repeatable,
this.startWithIndex,
this.formValidation,
this.requestAction,
this.includeIndexCount,
this.mandatoryFirstIndex,
this.maxIndex,
});