IndexStream<T> class
A class that manages a stream of values, allowing updates and providing access to the current value.
Constructors
Properties
Methods
-
close(
) → void - Closes the StreamController and cleans up resources.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
update(
T value) → void - Updates the current value and adds it to the stream.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited