Carapacik / swagger_parser

Dart package that takes an OpenApi definition file and generates REST clients based on retrofit and data classes for your project.
https://pub.dev/packages/swagger_parser
MIT License
88 stars 33 forks source link

Use an object correctly even if empty #178

Closed cl3m closed 4 months ago

cl3m commented 4 months ago

Fix the error Null check operator used on a null value when run retrofit https://github.com/Carapacik/swagger_parser/issues/110#issuecomment-1968696030 when the object has no parameters

Sancene commented 4 months ago

fixed in #182