Rx<T> class
abstract
Base class for reactives
Constructors
- Rx()
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
) → void - Notify listeners with the current value
-
notifyWithValue(
T value) → void - Notify listeners with the given value
-
register(
) → void - Register with the current zone's RxRegistrar if it exists
-
run(
RxAction action, {bool notify = true}) → bool -
Run
action
with registration and notifications disabled. Will notify afteraction
is completed ifnotify
is true and the child implementation decides a notification should be sent. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited