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