totalAnsweredByCategory property Null safety

Map<String, int> totalAnsweredByCategory
read / write

Map containing all the questions answered by category.

Implementation

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