flutter-如何获取嵌套地图对象json上的列表

时间:2018-10-15 08:57:53

标签: json api dart flutter

我对颤振是陌生的。当我想解析JSON复合体时,我找到了一个解决方案。我找到了可以帮助see this的教程,但是“嵌套地图动态ID”存在一些问题。工厂

像这样:

...fromJson (<String, dynamic> parsedJson Map) {
...
property: Property.fromJson (parsedJson ['DYNAMIC_ID'])
...
);
}

使用下面的structur api键,我应该为每个列表写什么动态ID?

see image

0 个答案:

没有答案