FormPage class
Represents a page in a form.
Constructors
-
FormPage.new({required String id, required String label, required String description, required List<
FormConfig> formConfigs}) - Creates a new instance of FormPage.
Properties
- description → String
-
The description of the form page.
final
-
formConfigs
→ List<
FormConfig> -
The list of form configurations on the form page.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → String
-
The unique identifier of the form page.
final
- label → String
-
The label of the form page.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited