isNotNaN top-level constant

const isNotNaN = const _IsNotNaN()

A matcher that matches any non-NaN value.

Implementation

const Matcher isNotNaN = const _IsNotNaN()