duration property
Duration
get
duration
Gets the duration of the period.
Implementation
Duration get duration => endTime.difference(startTime);
Gets the duration of the period.
Duration get duration => endTime.difference(startTime);