JoltComputedHookCreator class final

Helper class for creating computed hooks.

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 value(), {List<Object?>? keys, JoltDebugOption? debug}) → Computed<T>
Creates a computed signal hook that derives its value from other signals.
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), {List<Object?>? keys, JoltDebugOption? debug}) → WritableComputed<T>
Creates a writable computed signal hook with custom getter and setter.

Operators

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