menu
rx_notifier package
documentation
rx_notifier.dart
RxList<T>
of<T> static method
of<T> static method
dark_mode
light_mode
of<
T
>
static method
RxList
<
T
>
of
<
T
>(
List
<
T
>
list
)
Implementation
static RxList<T> of<T>(List<T> list) => RxList<T>(list);
rx_notifier package
documentation
rx_notifier
RxList<T>
of<T> static method
RxList class