Rx<T> class

Rx class to work with observables

Available Extensions

Constructors

Rx(T initalValue)
Constructor

Properties

controller StreamController<T>
no setter
hashCode int
The hash code for this object.
no setterinherited
hasListeners bool
returns true if the current observable has listeners
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stream Stream<T>
stream for the current observable
no setter
value ↔ T
returns the current value for this observable
getter/setter pair

Methods

close() FutureOr<void>
close the StreaMeeduController for this observable
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