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