correctAnsweredByCategory property Null safety

Map<String, int> correctAnsweredByCategory
read / write

Map containing all the right answered questions by category.

Implementation

late Map<String,int> correctAnsweredByCategory = {};