menu
ribs_json package
documentation
ribs_json.dart
Decoder<A>
map<B> method
map<B> method
dark_mode
light_mode
map<
B
>
method
Decoder
<
B
>
map
<
B
>(
Function1
<
A
,
B
>
f
)
Implementation
Decoder<B> map<B>(Function1<A, B> f) => Decoder.instance((c) => decodeC(c).map(f));
ribs_json package
documentation
ribs_json
Decoder<A>
map<B> method
Decoder class