RxTnew extension

This method will replace the old .obs method. It's a breaking change, but it is essential to avoid conflicts with the new dart 3 features. T will be inferred by contextual type inference rather than the extension type.

on

Methods

obs<T>() Rx<T>

Available on Object, provided by the RxTnew extension

Returns a Rx instance with this T as initial value.