FormLayoutData class

Constructors

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.

Properties

codes List<GuiCode>
getter/setter pair
codeTypes List<GuiCodeType>
getter/setter pair
defaultStatus int?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
defaultValue List<ContentDto>
getter/setter pair
descr String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
determinesSscontactName bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
editor Editor?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
formulas List<Formula>
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
irrelevant bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
label String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
name String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
options Map<String, FormDataOption>
getter/setter pair
plannings List<FormPlanning>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortOrder double?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
subForm bool?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair
suggest List<Suggest>
getter/setter pair
tags List<GuiCode>
getter/setter pair
type String?
Please note: This property should have been non-nullable! Since the specification file does not include a default value (using the "default:" property), however, the generated source code must fall back to having a nullable type. Consider adding a "default:" property in the specification file to hide this note.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Static Methods

fromJson(dynamic value) FormLayoutData?
Returns a new FormLayoutData instance and imports its values from value if it's a Map, null otherwise.
listFromJson(dynamic json, {bool growable = false}) List<FormLayoutData>?
mapFromJson(dynamic json) Map<String, FormLayoutData>
mapListFromJson(dynamic json, {bool growable = false}) Map<String, List<FormLayoutData>>

Constants

requiredKeys → const Set<String>
The list of required keys that must be present in a JSON.