What's needed to implement polymorphism support for dart? #1257
Closed
allComputableThings
started this conversation in
Feature request
Replies: 1 comment
-
You're probably looking for https://github.com/OpenAPITools/openapi-generator |
Beta Was this translation helpful? Give feedback.
0 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.
-
I've been using
-g dart
for a project. Now, I'm adding a polymorphic property to an object, and finding that the dart generator doesn't support it.-g dart-dio
does, however that would require changes throughout my project (because the modelled objects have no regular constructor, and are not mutable).So... possible to add polymorphism to
-g dart
? How much work does that look like it might be? Where would I start?Beta Was this translation helpful? Give feedback.
All reactions