ActiveQuery<T> class

A wrapper that makes a Stream behave like a ValueListenable/BehaviorSubject. It replays the latest event to new listeners.

Constructors

ActiveQuery(String key, Stream<AxiomState<T>> _createStream())

Properties

hashCode int
The hash code for this object.
no setterinherited
key String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state AxiomState<T>
no setter
stream Stream<AxiomState<T>>
no setter

Methods

dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
refetch() → void
toString() String
A string representation of this object.
inherited

Operators

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