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