obs property
RxDouble
get
obs
Returns a RxDouble
with this
double
as initial value.
Implementation
RxDouble get obs => RxDouble(this);
Returns a RxDouble
with this
double
as initial value.
RxDouble get obs => RxDouble(this);