menu
ytmusicapi_dart
models/lyrics.dart
Lyrics
Lyrics.new constructor
Lyrics.new
dark_mode
light_mode
Lyrics
constructor
Lyrics
(
String
lyrics
,
String
?
source
,
bool
hasTimestamps
)
Create new
Lyrics
.
Implementation
Lyrics(this.lyrics, this.source, this.hasTimestamps);
ytmusicapi_dart
lyrics
Lyrics
Lyrics.new constructor
Lyrics class