qualifiedName

Common
JVM
JS
Native
1.0
abstract val qualifiedName: String?
(Common source) (JVM source) (JS source) (Native source)
For Common, JVM, Native

The fully qualified dot-separated name of the class, or null if the class is local or a class of an anonymous object.

For JS

The fully qualified dot-separated name of the class, or null if the class is local or a class of an anonymous object.

This property is currently not supported in Kotlin/JS.