FormConfig<T> class
- Inheritance
-
- Object
- InputConfig<
List, List> - FormConfig
Constructors
-
FormConfig({List initialState = const [], UpdatePolicy<
List, List> updatePolicy = const UpdatePolicy.allow(), required List<InputConfig> list, required T formatter(List list)}) -
const
Properties
- formatter → T Function(List list)
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialState → List
-
finalinherited
-
list
→ List<
InputConfig> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
updatePolicy
→ UpdatePolicy<
List, List> -
finalinherited
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