fluttercandies / FlutterJsonBeanFactory

What I do is generate dart beans based on json, as well as generics parameters and json build instances
Apache License 2.0
565 stars 56 forks source link

[Feature request] copyWith 生成位置 #147

Closed zhangruiyu closed 1 year ago

zhangruiyu commented 1 year ago

Platforms

dart

Description

copyWith方法的实现能否跟fromJson一样移到.g.dart文件里面动态更新。 一来这一堆看着头疼,二来每次接口变动了增加或减少了字段,都需要手动维护copyWith方法挺麻烦的。

Why

No response