duration property

  1. @override
Duration? duration
override

Each span has a duration.

Implementation

@override
Duration? get duration => null;