return the wrapped Converter
Converter<dynamic, dynamic> get() { return (dynamic s) => convertSource(s); }