We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
isEnum is true only for inline enums
openapi-generator/modules/openapi-generator/src/main/resources/dart/libraries/dio/serialization/built_value/class_inline_enums.mustache
Line 4 in b3f74c7
latest
isEnum should be true for any enum value
The text was updated successfully, but these errors were encountered:
@kuhnroyal could you clarify the reason why isEnum is true only in some cases? #18370 this fix is not properly working
Sorry, something went wrong.
enumUnknownDefaultCase
#13880
No branches or pull requests
Bug Report Checklist
Description
isEnum is true only for inline enums
openapi-generator/modules/openapi-generator/src/main/resources/dart/libraries/dio/serialization/built_value/class_inline_enums.mustache
Line 4 in b3f74c7
openapi-generator version
latest
OpenAPI declaration file content or url
Generation Details
Steps to reproduce
Related issues/PRs
Suggest a fix
isEnum should be true for any enum value
The text was updated successfully, but these errors were encountered: