ShallowRef<T> class
A shallow reactive reference.
Only the .value access is reactive. Nested properties are not tracked.
Constructors
- ShallowRef(T _value)
- Creates a new shallow ref with the given initial value.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
trigger(
) → void - Force trigger all dependents.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited