ChapterInfo constructor
Implementation
ChapterInfo(
{required this.imagePath,
required this.name,
required this.totalExercises,
required this.clearedExercises,
required this.chapterNumber});
ChapterInfo(
{required this.imagePath,
required this.name,
required this.totalExercises,
required this.clearedExercises,
required this.chapterNumber});