FormLayoutData constructor

FormLayoutData({
  1. bool? subForm,
  2. bool? irrelevant,
  3. bool? determinesSscontactName,
  4. String? type,
  5. String? name,
  6. double? sortOrder,
  7. Map<String, FormDataOption> options = const {},
  8. String? descr,
  9. String? label,
  10. Editor? editor,
  11. List<ContentDto> defaultValue = const [],
  12. int? defaultStatus,
  13. List<Suggest> suggest = const [],
  14. List<FormPlanning> plannings = const [],
  15. List<GuiCode> tags = const [],
  16. List<GuiCode> codes = const [],
  17. List<GuiCodeType> codeTypes = const [],
  18. 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 [],
});