isNonZero top-level constant Null safety

Matcher const isNonZero

A matcher which matches if the match argument is non-zero.

Implementation

const Matcher isNonZero =
    _OrderingMatcher(0, false, true, true, 'a value not equal to');