isNaN top-level constant Null safety

Matcher const isNaN

A matcher that matches the numeric value NaN.

Implementation

const Matcher isNaN = _IsNaN();