duration property

Duration get duration

Gets the duration of the period.

Implementation

Duration get duration => endTime.difference(startTime);