isNaN top-level constant
          
          Matcher
          const isNaN
          
        
        
A matcher that matches the numeric value NaN.
Implementation
const Matcher isNaN = _IsNaN();A matcher that matches the numeric value NaN.
const Matcher isNaN = _IsNaN();