YoutubeVideoDownloadDetail constructor

const YoutubeVideoDownloadDetail({
  1. required StreamManifest streamManifest,
  2. required int totalSize,
})

Implementation

const YoutubeVideoDownloadDetail({
  required this.streamManifest,
  required this.totalSize,
});