menu
ribs_json package
documentation
ribs_json.dart
Decoder<A>
handleErrorWith method
handleErrorWith method
dark_mode
light_mode
handleErrorWith
method
Decoder
<
A
>
handleErrorWith
(
Function1
<
DecodingFailure
,
Decoder
<
A
>
>
f
)
Implementation
Decoder<A> handleErrorWith(Function1<DecodingFailure, Decoder<A>> f) => HandleErrorDecoder(this, f);
ribs_json package
documentation
ribs_json
Decoder<A>
handleErrorWith method
Decoder class