-
Copied from from #963
Answer: Since this error is thrown during decoding, it's json_serializable responsibility rather than freezed. Refer to the answer in the reply |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You can enable the JsonSerializable's "checked" property. Refer to https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonSerializable/checked.html Or https://pub.dev/packages/json_serializable#build-configuration |
Beta Was this translation helpful? Give feedback.
You can enable the JsonSerializable's "checked" property.
Refer to https://pub.dev/documentation/json_annotation/latest/json_annotation/JsonSerializable/checked.html
Or https://pub.dev/packages/json_serializable#build-configuration