duration property

Duration duration
inherited

The total duration of this operation, equivalent to taking the difference between stopTime and startTime.

Implementation

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