We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60e6371 commit d1043c9Copy full SHA for d1043c9
modules/openapi-generator/src/main/java/org/openapitools/codegen/languages/DartJaguarClientCodegen.java
@@ -43,6 +43,7 @@ public class DartJaguarClientCodegen extends DartClientCodegen {
43
static {
44
modelToIgnore.add("datetime");
45
modelToIgnore.add("map");
46
+ modelToIgnore.add("object");
47
modelToIgnore.add("list");
48
modelToIgnore.add("file");
49
modelToIgnore.add("uint8list");
0 commit comments