isEven property

bool get isEven

Implementation

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