JoltValueListenable<T> class
- Implemented types
- Available extensions
Constructors
-
JoltValueListenable(Readonly<
T> joltValue)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasListeners → bool
-
no setterinherited
-
joltValue
→ Readonly<
T> -
The underlying Jolt value being wrapped.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ T
-
getter/setter pairinherited
Methods
-
addListener(
VoidCallback listener) → void -
inherited
-
dispose(
) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notifyListeners(
) → void -
inherited
-
removeListener(
VoidCallback listener) → void -
inherited
-
toListenableSignal(
{JoltDebugFn? onDebug}) → ReadonlySignal< T> -
Available on ValueListenable<
Converts this ValueListenable to a read-only Signal.T> , provided by the JoltFlutterListenableExtension extension -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited