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 616f8c1 commit 6d01e02Copy full SHA for 6d01e02
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