FormObservable class

Mixed-in types

Constructors

FormObservable.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
isDisposed bool
Whether this object has been disposed.
no setterinherited
isValid bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addDisposeCallback(VoidCallback callback) → void
Add a callback to be executed during disposal.
inherited
addField(String name, {String? initialValue, Validator<String>? validator, ErrorCallback? onError}) → void
addSubscription(StreamSubscription subscription) → void
Add a stream subscription to be cancelled during disposal.
inherited
dispose() → void
Dispose all resources and mark as disposed.
override
field(String name) Observable<String>
fieldError(String name) Observable<String?>
getValue(String name) String
getValues() Map<String, String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setDebounceTimer(Timer timer) → void
Set or update the debounce timer.
inherited
setValue(String name, String value) → void
throwIfDisposed([String? operation]) → void
Throw if this object has been disposed.
inherited
toString() String
A string representation of this object.
inherited
validateAll() → void
watchIsValid() bool

Operators

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