Converts input and returns the result of the conversion.
input
@override Object? convert(String input) => _decode(input, specifiedType);