Replies: 1 comment 2 replies
-
|
No clue? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to map
FootoBar, the generated code tries to instanciate aFiltersclass, then assign its properties. However, it should use the primary constructor. What is the proper way to do it?generated code:
The Bar constructor is wrong btw, since it should use the primary constructor, but I assume it's because it doesn't know how to map the other properties.
If I remove
Filters FiltersfromBar, it calls the primary constructor.Beta Was this translation helpful? Give feedback.
All reactions