SunnyFormFieldState<T> class abstract

Implementers

Constructors

SunnyFormFieldState()

Properties

attribute → JsonPath<T>
no setter
captureNestedPaths bool?
getter/setter pair
error ValidationError
no getter
errors List<ValidationError?>?
getter/setter pair
fieldValueStream Stream<T?>
no setter
focusNode FocusNode?
The FocusNode associated with this form element. Managed primarily by the containing form
getter/setter pair
form FormController?
no setter
hashCode int
The hash code for this object.
no setterinherited
isEnabled bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → T?
no setter

Methods

cast<R>() SunnyFormFieldState<R>
convert(String? input) → T?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
updateValue(T? value, AttributeSource source) → void
validate() FutureOr<List<ValidationError>>

Operators

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