isEven property

bool isEven

Implementation

bool get isEven {
  return round() % 2 == 0;
}