duration property
Duration
get
duration
Gets the total duration of the video.
Implementation
Duration get duration => _player.state.duration;
Gets the total duration of the video.
Duration get duration => _player.state.duration;