Uses deprecated @JsonKey(ignore: true)
annotation for copyWith
and hashCode
#1043
Labels
bug
Something isn't working
When generating serializable classes, freezed uses the deprecated
@JsonKey(ignore: true)
oncopyWith
andhashCode
. This has been deprecated sincejson_serializable: ^6.6.0
and I suggest updating to the most recent way :@JsonKey(includeFromJson: false, includeToJson: false)
The text was updated successfully, but these errors were encountered: