WritableSignal<T> class abstract interface

A writable signal.

Inheritance
Implementers
Available extensions

Properties

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

Available on Signal<T>, provided by the SignalDotValueGetter extension

no setter
value ↔ T

Available on WritableSignal<T>, provided by the WritableSignalDotValueGetterSetter extension

getter/setter pair

Methods

call([T? newValue, bool nulls]) → T
Sets the value of the signal.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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