isOdd property

bool isOdd

Implementation

bool get isOdd {
  return this % 2 == 1;
}