json2dart
json2dart copied to clipboard
Results
3
json2dart issues
Sort by
recently updated
recently updated
newest added
``` json { "itemList": [ { "data": { "itemList": [ { "data": {} } ] } } ] } ``` 类似于这种json, 转换得到的结果: ``` dart2 @JsonSerializable() class ItemList extends Object {...
enhancement
### Platforms dart ### Description 生成之后的数据,能默认加上final修饰和可选类型吗, ### Why _No response_