Environment
Arri version 0.77.0
Reproduction
None needed
Describe the bug
Dart enums have a built in property called name which returns the name of the current enum value. However if on the server you declared that a possible enum value is name then this will conflict with the built-in enum property.

So dart-codegen needs to handle cases where the enum value has been set to name. (The solution is prolly to prefix it with some character)
Additional context