qualifiedName

expect abstract val qualifiedName: String?(source)

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

Since Kotlin

1.0
actual abstract val qualifiedName: String?(source)

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.

Since Kotlin

1.1
actual abstract val qualifiedName: String?(source)

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

Since Kotlin

1.0
actual abstract val qualifiedName: String?(source)

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

Since Kotlin

1.3