MusicSheetInfo constructor
Implementation
MusicSheetInfo(
{required this.id,
required this.coverPath,
required this.title,
required this.lastPlayed,
required this.musicsheetPath});
MusicSheetInfo(
{required this.id,
required this.coverPath,
required this.title,
required this.lastPlayed,
required this.musicsheetPath});