Open
Description
When working with classes generated from enums, sometimes I have a string and I'd like to grab the corresponding object whose name matches that string. A fromName
function within generated enum classes would be helpful so we don't have to write many-line when
statements to match strings to their corresponding enum objects.
Metadata
Metadata
Assignees
Labels
No labels