📌  相关文章
📜  类&#39;_InternalLinkedHashMap<String, dynamic> &#39; 没有实例 getter &#39;data&#39; - 无论代码示例

📅  最后修改于: 2022-03-11 14:57:54.011000             🧑  作者: Mango

代码示例1
The issue was with the fetching data type i was trying to access list as a Map
so changing it will help or you can cast the data coming from http using

.cast()