positiveInfinity property

num get positiveInfinity

A value greater than the largest number that can be represented in JavaScript. JavaScript displays POSITIVE_INFINITY values as infinity.

Implementation

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