menu
rx_notifier package
documentation
rx_notifier.dart
RxSet<T>
of<T> static method
of<T> static method
dark_mode
light_mode
of<
T
>
static method
RxSet
<
T
>
of
<
T
>(
Set
<
T
>
set
)
Implementation
static RxSet<T> of<T>(Set<T> set) => RxSet<T>(set);
rx_notifier package
documentation
rx_notifier
RxSet<T>
of<T> static method
RxSet class