JsonTypeDecoder<T> typedef

JsonTypeDecoder<T> = T? Function(Object? json, JsonDecoder? jsonDecoder, TypeInfo typeInfo)

Implementation

typedef JsonTypeDecoder<T> = T? Function(
  Object? json,
  JsonDecoder? jsonDecoder,
  TypeInfo typeInfo,
);