menu
fuck_utils package
documentation
fuck_utils.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);
fuck_utils package
documentation
fuck_utils
Rx<T>
map<R> method
Rx class