duration property Null safety

double? duration
read / write

The total duration of the video.

If the source is playlistGroup this value will always be 0. Otherwise this value is the duration of the selected video.

Implementation

double? duration;