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