greaterThan function Null safety
- Object value
Returns a matcher which matches if the match argument is greater
than the given value.
Implementation
Matcher greaterThan(Object value) =>
_OrderingMatcher(value, false, false, true, 'a value greater than');