Parses source as a, possibly signed, integer literal and returns its value.
source
As parse except that this method returns null if the input is not valid
null
external static BigInt tryParse(String source, {int radix});