obs property

RxDouble get obs

Returns a RxDouble with this double as initial value.

Implementation

RxDouble get obs => RxDouble(this);