How can I iterate over an array of objects which belong to a key value - Flutter
问题 I have a list of data called anchors that has a link to a detailed screen. And each anchor has distribution centers which are an array of nested objects. so I was able to parse an id of each of the anchors to a detailed screen and Oid I am having a challenge to loop through the children i.e the distribution centers of the anchors. Please can anyone help me, I was able to pull all the values belonging to an anchor to the detailed screen but how to loop through the nested values in the detailed