correctAnsweredByCategory property Null safety
read / write
Map containing all the right answered questions by category.
Implementation
late Map<String,int> correctAnsweredByCategory = {};
Map containing all the right answered questions by category.
late Map<String,int> correctAnsweredByCategory = {};