forked from loafle/openapi-generator-original
* Updated Dart2 template. * Generated Petstore client code for Dart2. * Use double-quotes instead of single-quotes, to be consistent with output of Dart generator. * Updated Petstore samples. * Wrap few more places with triple curly parentheses. * Generated Petstore files. * Revert to using single quotes, fix Java generator too. * Generated Petstore files. * Lower case the content type value. * Only lower-case content type when checking its value. * Generated files from running "./bin/utils/ensure-up-to-date". * Remove outdated comments for Dart1. * Regenerate Petstore samples for Dart. * Added a new option "pubLibrary". * Added support for (de)serializing a DateTime into an epoch value. * Make client variable a getter/setter, adjust docs. * Fixed a small error in class template. * Fix Dart documentation in API classes. * Simplify test in HTTP Basic auth, remove unused lint rule.