klyn.Enum.name
property
public readonly property name as String:
Description

Symbolic state name without the declaring type prefix.

Returns

Exact declaration name.

Example
enum Color:
RED

assert Color.RED.name == "RED"