FormLayout constructor
FormLayout({})
Returns a new FormLayout instance.
Implementation
FormLayout({
this.name,
this.width,
this.height,
this.descr,
this.tag,
this.guid,
this.group,
this.sections = const [],
this.importedServiceXPaths = const [],
});