Rx<T> class
- Implementers
Constructors
- Rx(T seed)
Properties
Methods
-
close(
) → Future< void> -
emit(
T value) → void - The same like setting 'value'
-
listen(
void onData(T), {Function? onError, void onDone()?, bool? cancelOnError}) → StreamSubscription< T> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
update(
) → void
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited