NiceKaraokeSong constructor
Implementation
const NiceKaraokeSong({
required this.id,
required this.title,
required this.artist,
this.difficulty,
this.hasLyrics = false,
this.language,
this.performerName,
});
const NiceKaraokeSong({
required this.id,
required this.title,
required this.artist,
this.difficulty,
this.hasLyrics = false,
this.language,
this.performerName,
});