Tries to convert an object to a string. Returns null if the conversion fails.
null
String? tryConvert(Object? input, {bool escapeStrings = false});