Returns a matcher which matches if the match argument is less
than the given value.
Source
Matcher lessThan(value) =>
new _OrderingComparison(value, false, true, false, 'a value less than');
Returns a matcher which matches if the match argument is less
than the given value.
Matcher lessThan(value) =>
new _OrderingComparison(value, false, true, false, 'a value less than');