The range of int on the current platform.
Platforms:
-2^63
2^63 - 1
-2^53
2^53 - 1
static Interval<int> get range => platformRange;