FormInfo constructor
FormInfo(
- String name,
- String title,
- String? icon,
- bool creatable,
- PositionPolicy position,
- String? template,
- List<
ControlBase> ? fields, - Map<
String, dynamic> ? options,
Implementation
FormInfo(this.name, this.title, this.icon, this.creatable, this.position,
this.template, this.fields, this.options);