phaseStart property

DateTime? phaseStart

Implementation

DateTime? get phaseStart => isDaytime == true ? dayStart : nightStart;