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