menu
youtube_scrape_api package
documentation
models/playlist.dart
PlayList
PlayList.new constructor
PlayList.new constructor
dark_mode
light_mode
PlayList
constructor
PlayList
(
{
String
?
playListId
,
List
<
Thumbnail
>
?
thumbnails
,
String
?
title
,
String
?
channelName
,
String
?
videoCount
,
})
Implementation
PlayList( {this.playListId, this.thumbnails, this.title, this.channelName, this.videoCount});
youtube_scrape_api package
documentation
models/playlist
PlayList
PlayList.new constructor
PlayList class