rx property

RxDouble get rx

Returns a RxDouble with this double as initial value.

Implementation

RxDouble get rx => RxDouble(this);