isNaN property

bool get isNaN

Returns true if the value is NaN.

Implementation

bool get isNaN => _value.isNaN;