convert String to int if is possible else will return null
String
int
int? toInt() => _Parser(this).toInt();