className property

String? className
getter/setter pair

The FQCN of the Java object this represents.

A string, for example, would be "java.lang.String". If this is "java.lang.Object", the parameter can be of any type.

Implementation

core.String? className;