Writeable store.
- Implemented types
-
- Readable<
T>
- Readable<
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
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
T value) → void - Set value and inform subscribers
-
subscribe(
Subscriber< T> subscriber) → Unsubscriber -
Subscribe on value changes
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
Updater< T> updater) → void - Update value using callback and inform subscribers.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited