rx property

Rx<T> rx

Returns a Rx instace with this T as initial value.

Implementation

Rx<T> get rx => Rx<T>(this);