Kara constructor
Implementation
const Kara({
required this.title,
required this.artist,
required this.year,
required this.album,
required this.languages,
required this.singers,
required this.lines,
});
const Kara({
required this.title,
required this.artist,
required this.year,
required this.album,
required this.languages,
required this.singers,
required this.lines,
});