jsonToDartModel icon indicating copy to clipboard operation
jsonToDartModel copied to clipboard

Results 5 jsonToDartModel issues
Sort by recently updated
recently updated
newest added

the url can't use

can u please update the converter to the latest dart version?

class MyModel { { final String appName; final Int age; }

json结构如下: { "createTime": "", "desGroupId": 0, "id": 0, "originPointId": 0, "paths": [ [1.11111, 1.22222], [2.3131, 99921] ], "travelType": "22" }

1. The default allowed value is empty 2. Default camel hump naming 2. Add validation for unfilled class names 3. Add file download function ---------------------------------- 1.默认允许值为空 2.默认采用驼峰命名 2.增加类名未填写的校验 3.增加文件下载功能