- Implementers
Properties
Methods
-
field(
String name) → FieldBindingController - Gets the binding controller for a specific field.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyFieldValue(
String fieldName, dynamic fieldValue) → void - Notifies the controller of a field value change.
-
requestFieldValidation(
String fieldName, dynamic fieldValue) → void - Requests validation for a specific field. The result of the validation will be pushed to the field's ValueNotifier.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited