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