forked from loafle/openapi-generator-original
When default values have been provided with the api.mustache constructor, backward compatibility was broken because of the public instance variables becoming immutable vals whilst they were vars before. We can now use the constructor arguments as default values for the internal vars and establish backward compatibility with existing code.