isPositive property

void isPositive

Checks that the tested num is positive.

Implementation

void get isPositive {
  test.expect(value, test.isPositive);
}