menu
json_path package
documentation
fun_sdk.dart
Nothing<T>
map<P> method
map<P> method
dark_mode
light_mode
map<
P
>
method
@
override
Nothing
<
P
>
map
<
P
>(
P
mapper
(
T
value
)
)
override
Maps the value to P.
Implementation
@override Nothing<P> map<P>(P Function(T value) mapper) => Nothing();
json_path package
documentation
fun_sdk
Nothing<T>
map<P> method
Nothing class