menu
rx_notifier package
documentation
rx_notifier.dart
RxMap<K, V>
of<K, V> static method
of<K, V> static method
dark_mode
light_mode
of<
K
,
V
>
static method
RxMap
<
K
,
V
>
of
<
K
,
V
>(
Map
<
K
,
V
>
map
)
Implementation
static RxMap<K, V> of<K, V>(Map<K, V> map) => RxMap<K, V>(map);
rx_notifier package
documentation
rx_notifier
RxMap<K, V>
of<K, V> static method
RxMap class