isPositive top-level constant
A matcher which matches if the match argument is positive.
Implementation
const Matcher isPositive =
_OrderingMatcher(0, false, false, true, 'a positive value', false);
A matcher which matches if the match argument is positive.
const Matcher isPositive =
_OrderingMatcher(0, false, false, true, 'a positive value', false);