method property
final
The method name for this frame.
This will be an empty string if the stack frame is from the default constructor.
Implementation
final String method;
The method name for this frame.
This will be an empty string if the stack frame is from the default constructor.
final String method;