GetConverterFunction typedef

GetConverterFunction = ICustomConverter? Function(JsonProperty? jsonProperty, TypeInfo typeInfo)

Implementation

typedef GetConverterFunction = ICustomConverter? Function(
    JsonProperty? jsonProperty, TypeInfo typeInfo);