className property
final
The class name, if any, for this frame.
This may be null for top level methods in a library or anonymous closure methods.
Implementation
final String className;
The class name, if any, for this frame.
This may be null for top level methods in a library or anonymous closure methods.
final String className;