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