duration property

Duration get duration

Implementation

Duration get duration =>
    _videoPlayerController?.value.duration ?? Duration.zero;