forked from loafle/openapi-generator-original
* [dart] Always use the correct enum data type * use raw strings for enum string values * [dart-dio] Use raw strings for built_value enums `@BuiltValueEnumConst` does some wierd string handling in the generated code `r'\$'` becomes `'$'`. This is different compared to the wireName in `@BuiltValueField`