isOdd property

bool isOdd

Implementation

bool get isOdd {
  return round() % 2 == 1;
}