maxSafeInteger property

num get maxSafeInteger

The value of the largest integer n such that n and n + 1 are both exactly representable as a Number value. The value of Number.MAX_SAFE_INTEGER is 9007199254740991 2^53 − 1.

Implementation

static _i2.num get maxSafeInteger => _i6.getProperty(
      _i7.target2,
      'MAX_SAFE_INTEGER',
    );