totalDuration property

Duration get totalDuration

Total duration of the video

Implementation

Duration get totalDuration => _currentDurationState?.total ?? Duration.zero;