Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix json serializable annotation for ignored field (#3631)
The annotation was last changed in #3445 The intention of the change was to retain behavior of passing the deprecated option `ignore: true`. The replacement is to use two fields `includeToJson` and `includeFromJson` which allow more fine-grained configuration, but also invert the condition. The boolean must be `false` to retain old behavior. Before this change rerunning code generation would result in a change to `build_config.g.gdart`. After this change the build is a no-op.
- Loading branch information