classifier property

KClassifier? get classifier

The declaration of the classifier used in this type.

For example, in the type List<String> the classifier would be the KClass instance for List.

Implementation

KClassifier? get classifier;