| LCOV - code coverage report | ||||||||||||||||||||||
|
||||||||||||||||||||||
Line data Source code 1 : class MusicSheetInfo { 2 0 : MusicSheetInfo({required this.coverPath, required this.title, required this.lastPlayed}); 3 : 4 : final String coverPath; 5 : final String title; 6 : final DateTime lastPlayed; 7 : } |
| Generated by: LCOV version 2.3-1 |