Time window start.
DateTime? get timeWindowStart => _timeWindowStart.value;
set timeWindowStart(DateTime? value) => _timeWindowStart.value = value;