className property

String className
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;