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