Meaning of Flutter map Function

Issue Please I’m need clarification on what the Map funtion and spread function does in flutter. …(questions[questionIndex][‘answers’] as List<String>).map((answer) { return Answer(selectHandler: answerQuestion, answerText: answer);}).toList() In the code above, I have Question map with keys and values, but the transformation

Continue reading