endTime property

DateTime? endTime

The end instant as DateTime, or null if the the interval is open ended.

Implementation

DateTime? get endTime => _end?.time;