Converts input and returns the result of the conversion.
input
@override T convert(Map<String, Object?> input) { return _function(input); }