Rx<T> class

Class for general Mediator Variables Rx

Inheritance

Constructors

Rx(T initial)
Constructor: With initial as initial value.

Properties

aspects → _SubscriberTagSet
Members: Aspects attached to this mediator variable.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
notify → dynamic
Notify to rebuild widgets according to the aspects.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value ↔ dynamic
Getter of the value.
getter/setter pairinherited

Methods

addAspects(RxImpl other) → void
Add other.aspects to the aspects of this mediator variable.
inherited
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.
inherited
retainAspects(RxImpl other) → void
Retain other.aspects of this mediator variable.
inherited
subscribe(Widget builder(), {Key? key}) Widget
Return a Subscriber widget for indirect use of this mediator variable.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited