menu
cloudoc package
documentation
convert.dart
JsonDecoder<T> typedef
JsonDecoder<T> typedef
dark_mode
light_mode
JsonDecoder<
T
>
typedef
JsonDecoder
<
T
> =
T Function
(
dynamic
obj
)
Implementation
typedef JsonDecoder<T> = T Function(dynamic obj);
cloudoc package
documentation
convert
JsonDecoder<T> typedef
convert library