FormData class

Constructors

FormData({required FormElement form, required Map<String, FormElement> formElementMap, required List<Validation> validations, required List<MutableProperty> mutableValues})

Properties

form FormElement
getter/setter pair
formElementMap Map<String, FormElement>
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mutableValues List<MutableProperty>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validations List<Validation>
getter/setter pair

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