YoutubeDownloaderTask constructor

YoutubeDownloaderTask({
  1. required YoutubeVideoDownloadDetail youtubeVideoDownloadDetail,
})

Implementation

YoutubeDownloaderTask({
  required this.youtubeVideoDownloadDetail,
});