FormFutureFieldRef<T extends Object, TValue> class abstract

You can perform various operations used in FormFutureField.builder.

FormFutureField.builderで利用する各種操作を行うことができます。

Available Extensions

Constructors

FormFutureFieldRef()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
settings FormFutureField<T, TValue>
Return FormFutureField to confirm settings.
no setter
value → T?
Gets the value of the current form.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onTap() Future<void>
Execute FormFutureField.onTap to update and redraw the form values.
toString() String
A string representation of this object.
inherited
update(T? value) → void
Update the form value to value and redraw the form.

Operators

operator ==(Object other) bool
The equality operator.
inherited