Converts this string to an integer, or null if it cannot be parsed.
null
int? toInt({int? radix}) => int.tryParse(trim(), radix: radix);