MutableValue<T> class abstract

Simpler alternative to ValueNotifier.

To convert a ValueNotifier to MutableValue use the .asMutableValue() extension.

Implemented types
Implementers
Available Extensions

Constructors

MutableValue(T initialValue)
factory
MutableValue.computed(T get(), void set(T))
const
factory
MutableValue.delegate(MutableValue<T> value)
const
factory
MutableValue.late()
factory

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
getter/setter pairinherited-getter

Methods

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