isNaN property

bool get isNaN
inherited

See num.isNan

Implementation

bool get isNaN => value.isNaN;