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