FormInfo constructor

FormInfo(
  1. String name,
  2. String title,
  3. String? icon,
  4. bool creatable,
  5. PositionPolicy position,
  6. String? template,
  7. List<ControlBase>? fields,
  8. Map<String, dynamic>? options,
)

Implementation

FormInfo(this.name, this.title, this.icon, this.creatable, this.position,
    this.template, this.fields, this.options);