field abstract method
Gets the binding controller for a specific field.
Returns the FieldBindingController for the specified name. Throws an
ArgumentError if no field with the given name exists.
Implementation
FieldBindingController field(String name);