- Implementers
Constructors
Properties
Methods
-
listen(
ValueCallback< T> callback) → StreamSubscription<T> -
Calls
callback
with current value, when the value changes. -
map<
R> (R mapper(T data)) → Stream< R> -
Maps the changes into a Stream of
R
-
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