isEvenHour property

bool get isEvenHour

Checks if the current hour is even

Implementation

bool get isEvenHour => hour % 2 == 0;