isEven property

bool isEven

Implementation

bool get isEven {
  return this % 2 == 0;
}