duration property

Duration? get duration

Duration of step execution

Implementation

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