FormData constructor

FormData(
  1. String title,
  2. List<FormComponent<DataEntity>> components,
  3. List<FormAction> actions,
  4. dynamic schema,
)

Creates a FormData Object

Implementation

FormData(this.title, this.components, this.actions, this.schema);