FormValueMixin<Form extends FormControllerMixin, T> mixin

Properties

form → Form
The form that is being extended.
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getValidatedValue() → T
Returns the value of the field if it is valid, otherwise throws a StateError.
getValidatedValueOrNull() → T?
Returns the value of the field if it is valid, otherwise returns null.
mapToValidatedValue() → T
Maps form fields values to a validated value representated as single object.
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