Skip to content

Commit

Permalink
serialization of database
Browse files Browse the repository at this point in the history
  • Loading branch information
Belem17 committed Dec 17, 2024
1 parent 4dcacf4 commit 489611b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ class AppCourseUnitsDatabase extends AppDatabase<List<CourseUnit>> {
final List<Map<String, dynamic>> maps = await db.query('course_units');
return List.generate(maps.length, (i) {
return CourseUnit.fromJson(maps[i]);

});
}

Expand Down

0 comments on commit 489611b

Please sign in to comment.