MapCaster typedef
MapCaster =
Object? Function(Map value, TypeReflection type, JsonDecoder jsonDecoder)
Implementation
typedef MapCaster = Object? Function(
Map value,
TypeReflection type,
JsonDecoder jsonDecoder,
);