enumizedClass

abstract val enumizedClass: KClass<out Enumized<*>>

The class literal of the leaf this kind corresponds to — the bridge to reflection-based libraries (kotlin-reflect, serialization, DI). For a non-final leaf this is the leaf class itself, which may differ from a value's runtime class.