isZero top-level constant

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

A matcher which matches if the match argument is zero.

Implementation

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