FormFieldModelBase<T> class abstract

Constructors

FormFieldModelBase({required String name, T? initialValue, String? validator(T?)?})

Properties

fieldType Type
no setter
hashCode int
The hash code for this object.
no setterinherited
initialValue → T?
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
validator String? Function(T?)?
final

Methods

addToController(FormController controller) FieldController<T>
build(BuildContext context, FieldController<T> controller) Widget
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