You could use the following snippet: void iterateJson(String jsonStr) { Map<String, dynamic> myMap = json.decode(jsonStr); List<dynamic> ...
確定! 回上一頁