FormConfig class
Model representing the configuration for a form.
Constructors
- FormConfig({required String id, String? title, String? description, required List sections})
- Creates a FormConfig instance.
-
FormConfig.fromJson(Map<
String, dynamic> json) -
Creates a FormConfig from a JSON map.
factory
Properties
- description → String?
-
Optional description for the form.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
Unique identifier for the form.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sections → List
-
List of sections or field configurations in the form.
final
- title → String?
-
Optional title for the form.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited