duration property

Duration? duration
final

The duration of the event.

Note, some events are reported with duration. Others are reported as a pair of begin/end events.

Corresponds to the "dur" field in the JSON event.

Implementation

final Duration? duration;