FormLayoutData constructor
FormLayoutData({
- bool? subForm,
- bool? irrelevant,
- bool? determinesSscontactName,
- String? type,
- String? name,
- double? sortOrder,
- Map<
String, FormDataOption> options = const {}, - String? descr,
- String? label,
- Editor? editor,
- List<
ContentDto> defaultValue = const [], - int? defaultStatus,
- List<
Suggest> suggest = const [], - List<
FormPlanning> plannings = const [], - List<
GuiCode> tags = const [], - List<
GuiCode> codes = const [], - List<
GuiCodeType> codeTypes = const [], - List<
Formula> formulas = const [],
Returns a new FormLayoutData instance.
Implementation
FormLayoutData({
this.subForm,
this.irrelevant,
this.determinesSscontactName,
this.type,
this.name,
this.sortOrder,
this.options = const {},
this.descr,
this.label,
this.editor,
this.defaultValue = const [],
this.defaultStatus,
this.suggest = const [],
this.plannings = const [],
this.tags = const [],
this.codes = const [],
this.codeTypes = const [],
this.formulas = const [],
});