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