converters top-level property

Map<String, String> converters
final

list of supported json converters

Implementation

final converters =
    typeConverterMapping.map((key, value) => MapEntry(key, '@$value()'));