menu
mhu_dart_commons package
documentation
commons.dart
FrX<T>
map<V> method
map<V> method
dark_mode
light_mode
map<
V
>
method
Fr
<
V
>
map
<
V
>(
V
mapper
(
T
t
)
)
Implementation
Fr<V> map<V>(V Function(T t) mapper) => _MappedFr(this, mapper);
mhu_dart_commons package
documentation
commons
FrX<T>
map<V> method
FrX extension on
Fr
<
T
>