negativeInfinity property

num get negativeInfinity

A value that is less than the largest negative number that can be represented in JavaScript. JavaScript displays NEGATIVE_INFINITY values as -infinity.

Implementation

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