isOddHour property

bool get isOddHour

Checks if the current hour is odd

Implementation

bool get isOddHour => hour % 2 != 0;