isNonZero top-level constant

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

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

Implementation

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