endTime property

DateTime? endTime

Get the end time of this.

Implementation

DateTime? get endTime => _endTime != null
  ? DateTime.parse(_endTime!)
  : null;