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