PlayingSession constructor

PlayingSession(
  1. {required int successRate,
  2. required int noteErrorCount,
  3. required int rhythmErrorCount,
  4. required int duration,
  5. required DateTime date}
)

Implementation

PlayingSession({required this.successRate, required this.noteErrorCount, required this.rhythmErrorCount, required this.duration, required this.date});