obs property

Rx<T> obs

Returns a Rx instance with this T as initial value.

Implementation

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