FormMixin mixin

Properties

disposers Set<Disposer>
finalinherited
fields Set<ObservableField>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

computed<T>(T compute(Watch watch), {Equals<T>? equals}) → ObservableComputed<T>
inherited
computedFactory<T, TParam>(T compute(Watch watch, TParam param)) → ComputedFactory<T, TParam>
inherited
disposable<T extends Disposable>(T disposable) → T
inherited
dispose() → void
inherited
field<T>(T value, {required Validate<T> validate, ComputeError<T>? computeError, ComputeDisplayError<T>? displayError}) ObservableField<T>
interceptDisplayError<T>(Watch watch, FieldState<T> state, ComputeDisplayError<T> inner) String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
state<T>(T value, {Equals<T>? equals}) → ObservableState<T>
inherited
textField(String value, {Validate<String>? validate, ComputeError<String>? computeError, ComputeDisplayError<String>? displayError}) ObservableTextField
toString() String
A string representation of this object.
inherited
writableComputed<T>({required T get(Watch watch), required void set(T value), Equals<T>? equals}) → WritableObservableComputed<T>
inherited

Operators

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