isDayStart property

bool isDayStart

Implementation

bool get isDayStart => hour % 24 == 0 && minute % 60 == 0;