SearchResult constructor
SearchResult({})
Implementation
SearchResult({
required this.title,
required this.artists,
required this.videoId,
this.duration,
this.year,
this.albumArt,
this.audioUrl,
});
SearchResult({
required this.title,
required this.artists,
required this.videoId,
this.duration,
this.year,
this.albumArt,
this.audioUrl,
});