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.

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.

actual abstract val qualifiedName: String?

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.

actual abstract val qualifiedName: String?

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