isOdd property

void isOdd

Checks that the tested int is odd.

Implementation

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