Whether to generate a copyWith or not
copyWith
If null, picks up the default values from the project's build.yaml. If that value is null too, defaults to true.
build.yaml
@JsonKey(defaultValue: true) final bool? copyWith;