duration property Null safety
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;
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.
double? duration;