You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm doing some work on the Dart generator. I'm trying to add polymorphism to it (I already have a lot of code using the output of this generator), but I am running into another issue with nullable.
Uh oh!
There was an error while loading. Please reload this page.
I'm doing some work on the Dart generator. I'm trying to add polymorphism to it (I already have a lot of code using the output of this generator), but I am running into another issue with nullable.
Debugging what is parsed...
I get ....
Also tried removing profile_image.default and adding required: []. Results seemed the same.
The nullable fields that are basic types seem correctly parsed and have isNullable set.
The text was updated successfully, but these errors were encountered: