JsonValueDecoder<O> typedef
JsonValueDecoder<O> =
O? Function(Object? o, Type type, JsonDecoder jsonDecoder)
Implementation
typedef JsonValueDecoder<O> = O? Function(
Object? o, Type type, JsonDecoder jsonDecoder);