isNonPositive top-level constant

const isNonPositive = const _OrderingMatcher(0, true, true, false, 'a non-positive value', false)

A matcher which matches if the match argument is zero or negative.

Implementation

const Matcher isNonPositive =
    const _OrderingMatcher(0, true, true, false, 'a non-positive value', false)