menu
get package
documentation
get_rx/src/rx_types/rx_types.dart
RxTnew
obs<T> method
obs<T> method
dark_mode
light_mode
obs<
T
>
method
Rx
<
T
>
obs
<
T
>(
)
Returns a
Rx
instance with
this
T
as initial value.
Implementation
Rx<T> obs<T>() => Rx<T>(this as T);
get package
documentation
get_rx/src/rx_types/rx_types
RxTnew
obs<T> method
RxTnew extension on
Object