startTime property

DateTime? startTime

The start instant as DateTime, or null if the interval is open started.

Implementation

DateTime? get startTime => _start?.time;