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.
2 parents 31c3bab + afa61ba commit 2749781Copy full SHA for 2749781
modules/swagger-codegen/src/main/java/io/swagger/codegen/languages/DartClientCodegen.java
@@ -100,6 +100,7 @@ public DartClientCodegen() {
100
//TODO binary should be mapped to byte array
101
// mapped to String as a workaround
102
typeMapping.put("binary", "String");
103
+ typeMapping.put("ByteArray", "String");
104
105
cliOptions.add(new CliOption(BROWSER_CLIENT, "Is the client browser based"));
106
cliOptions.add(new CliOption(PUB_NAME, "Name in generated pubspec"));
0 commit comments