isOddMinute property

bool get isOddMinute

Checks if the current minute is odd

Implementation

bool get isOddMinute => minute % 2 != 0;