-
-
Couldn't load subscription status.
- Fork 146
Allow real value of private nullable #167
wimwinterberg
started this conversation in
General
-
Since the latest version 4.1.6 there is indeed a BC with isNullable. Is it possible to add way to also retrieve the real nullable value?
Now when I want a property to have a default value of null I use 'new Literal('null')'. So there is a difference between having value null and new Literal('null')
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
You are probably looking for the setInitialized() and isInitialized() methods.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment