forked from loafle/openapi-generator-original
All enum instances are `const` so `equals/hashCode` is not needed. Removing this allows to `switch/case` on enum instances.
All enum instances are `const` so `equals/hashCode` is not needed. Removing this allows to `switch/case` on enum instances.