We should iterate map based on the requirement. If we required to iterate only keys. map.keys.forEach((k) => print("Key : $k"));.
確定! 回上一頁