isNonPositive top-level constant
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)
A matcher which matches if the match argument is zero or negative.
const Matcher isNonPositive =
const _OrderingMatcher(0, true, true, false, 'a non-positive value', false)