RxImpl<T> class
Class Rx
Constructors
- RxImpl(T _value)
- Constructor of RxImpl.
Properties
- aspects → _SubscriberTagSet
-
Members:
Aspects attached to this mediator variable.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- notify → dynamic
-
Notify to rebuild widgets according to the aspects.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value ↔ dynamic
-
Getter of the value.
getter/setter pair
Methods
-
addAspects(
RxImpl other) → void -
Add
other.aspects
to the aspects of this mediator variable. -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeAspects(
RxImpl other) → void -
Remove
other.aspects
from the aspects of this mediator variable. -
retainAspects(
RxImpl other) → void -
Retain
other.aspects
of this mediator variable. -
subscribe(
Widget builder(), {Key? key}) → Widget - Return a Subscriber widget for indirect use of this mediator variable.
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- tagCounter ↔ _SubscriberTag
-
getter/setter pair