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
97 stars 45 forks source link

Add MappableField #219

Closed cl3m closed 6 months ago

cl3m commented 6 months ago

Add MappableField when jsonkey is different then name (dart_mappable)

StarProxima commented 6 months ago

Thanks for your contribution, can you add this case to the tests?