minSafeInteger property

num get minSafeInteger

The value of the smallest integer n such that n and n − 1 are both exactly representable as a Number value. The value of Number.MIN_SAFE_INTEGER is −9007199254740991 (−(2^53 − 1)).

Implementation

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