menu
ribs_json package
documentation
ribs_json.dart
Decoder<A>
at method
at method
dark_mode
light_mode
at
method
Decoder
<
A
>
at
(
String
key
)
Implementation
Decoder<A> at(String key) => DownFieldDecoder(key, this);
ribs_json package
documentation
ribs_json
Decoder<A>
at method
Decoder class