Alias for strtol.
int strtoll(String nptr, {List<String>? endptr, int radix = 10}) => strtol(nptr, endptr: endptr, radix: radix);