FormFieldData<T> class
Constructors
- FormFieldData({T? initialValue, String? validator(T? value)?, String? error})
Properties
Methods
-
copyWith(
{T? initialValue, String? error, String? validator(dynamic value)?, T? value}) → FormFieldData< T> - Creates a copy of this FormFieldData with the ability to override some properties.
-
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.
override