naN property

num get naN

A value that is not a number. In equality comparisons, NaN does not equal any value, including itself. To test whether a value is equivalent to NaN, use the isNaN function.

Implementation

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