range property

Interval<int> range

The range of int on the current platform.

Platforms:

  • native - -2^63 to 2^63 - 1
  • web - -2^53 to 2^53 - 1

Implementation

static Interval<int> get range => platformRange;