menu
g_state package
documentation
rx/core/core.dart
Rx<T>
map<R> method
map<R> method
dark_mode
light_mode
map<
R
>
method
Stream
<
R
>
map
<
R
>(
R
mapper
(
T
data
)
)
inherited
Implementation
Stream<R> map<R>(R Function(T data) mapper) => stream.map(mapper);
g_state package
documentation
rx/core/core
Rx<T>
map<R> method
Rx class