className property
final
The class name for the method.
On web, this is ignored, since class names are not available.
On all platforms, top level methods should use the empty string.
Implementation
final String className;
The class name for the method.
On web, this is ignored, since class names are not available.
On all platforms, top level methods should use the empty string.
final String className;