SingletonRef<T extends StateValue, R extends SingletonRef<T, R>> class abstract

Inheritance

Constructors

SingletonRef(WatchableStateFeature _feature)

Properties

hashCode int
The hash code for this object.
no setterinherited
id → dynamic
no setterinherited
isInitialized bool
no setter
isNotInitialized bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updateId ObjectId
no setter

Methods

load(T state) → R
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notify() → void
stream({bool immediate = true}) Stream<R>
toModel() → T
toString() String
A string representation of this object.
inherited
watch() Stream<StateEvents>

Operators

operator <<(T state) String
operator ==(Object other) bool
The equality operator.
inherited