YoutubeVideoDownloadDetail constructor
const
YoutubeVideoDownloadDetail({
- required StreamManifest streamManifest,
- required int totalSize,
Implementation
const YoutubeVideoDownloadDetail({
required this.streamManifest,
required this.totalSize,
});