JoltUseComputed class abstract

Helper class for creating computed hooks in SetupWidget.

Constructors

JoltUseComputed()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

call<T>(T getter(), {JoltDebugFn? onDebug}) Computed<T>
Creates a computed value hook that derives from reactive dependencies.
convert<T, U>(WritableNode<U> source, T decode(U value), U encode(T value), {JoltDebugFn? onDebug}) ConvertComputed<T, U>
Creates a type-converting computed hook.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
writable<T>(T getter(), void setter(T), {JoltDebugFn? onDebug}) Computed<T>
Creates a writable computed hook that can be both read and written.

Operators

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