WizardConfig class
Constructors
-
WizardConfig({required String display, required List<
ComponentModel> pages, Map<String, dynamic> settings = const {}}) -
WizardConfig.fromJson(Map<
String, dynamic> json) -
Factory to create from Form.io JSON
factory
Properties
- display → String
-
Display mode for the form ('wizard' or 'form')
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isWizard → bool
-
Check if this is a wizard form
no setter
- pageCount → int
-
Get page count
no setter
-
pages
→ List<
ComponentModel> -
List of panel components representing wizard pages
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
settings
→ Map<
String, dynamic> -
Optional wizard settings
final
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited