className property
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;
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.
core.String? className;