IterableCaster typedef
IterableCaster =
Object? Function(Iterable value, TypeReflection type, JsonDecoder jsonDecoder)
Implementation
typedef IterableCaster =
Object? Function(
Iterable value,
TypeReflection type,
JsonDecoder jsonDecoder,
);