non_nullable_equals_parameter #1050
Answered
by
mono0926
ferrarafer
asked this question in
Q&A
-
Hi, I'm getting the following warning on all the generated .freezed files. Is there a way to remove the warning?
The warning is for the following line of code.
|
Beta Was this translation helpful? Give feedback.
Answered by
mono0926
Mar 19, 2024
Replies: 1 comment 1 reply
-
In version 2.4.6, the generated code has been changed from |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
ferrarafer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@ferrarafer
In version 2.4.6, the generated code has been changed from
dynamic
toObject
, resolving the issue.