Can Maps be cast in Flutter?
In SummaryItem(code bellow) when i tried to cast the question_index as an int, it's showing me an error saying type 'Null' is not a subtype of type 'int' in type cast. In QuestionIdentifier(photo bellow), question_index is set as an int.…