isPositive method

Return isPositive()

A matcher which matches if the match argument is positive.

Implementation

Return isPositive() {
  return runMatcher(dart_test.isPositive);
}