Rx<T> class
Rx
Constructors
- Rx(T initial)
-
Constructor: With
initialas initial value. - Rx.withPub(T initial, Pub pub)
-
Constructor: With Pub
pubas the model.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- ob → T
-
Notify the host to rebuild related consumer widget and then return
the underlying object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
rxAspects
→ Set<
Object> -
finalinherited
- value ↔ dynamic
-
Getter:
getter/setter pairinherited
Methods
-
addRxAspects(
[Object? aspects]) → void -
Add
aspectsto the Rx aspects. param aspects: Iterable: addaspectsto the rx aspects null: broadcast to the model RxImpl: add(aspects as RxImpl).rxAspectsto the rx aspects : addaspectsto the rx aspectsinherited -
call(
T v) → T -
RxVar(newVal): set new value to the Rx underlying value.
dart:call() works in the same way as operator()
inherited
-
clearRxAspects(
) → void -
Clear all the Rx aspects.
inherited
-
consume(
Widget create(), {Key? key}) → Widget -
Create a consumer widget and connect with the watched variable.
The consumer widget will rebuild whenever the watched variable updates.
inherited
-
copyInfo(
RxImpl< T> other) → void -
Copy info from another Rx variable.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
) → void -
Synonym of
publishRxAspects().inherited -
publishRxAspects(
) → void -
Publish Rx aspects to the host.
inherited
-
removeRxAspects(
[Object? aspects]) → void -
Remove
aspectsfrom the Rx aspects. param aspects: Iterable: removeaspectsfrom the rx aspects null: don't broadcast to the model RxImpl: remove(aspects as RxImpl).rxAspectsfrom the rx aspects : removeaspectsfrom the rx aspectsinherited -
retainRxAspects(
Object aspects) → void -
Retain
aspectsin the Rx aspects. param aspects: Iterable: retain rx aspects in theaspectsRxImpl: retain rx aspects in the(aspects as RxImpl).rxAspects: retain rx aspects in theaspectsinherited -
toString(
) → String -
A string representation of this object.
inherited
-
touch(
) → void -
Activate automatic aspect management for this watched variable.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited