Converter? getConverter(Type fromType, Type toType) { final key = TypeKey(fromType, toType); return _converters[key]; }