stacktrace property

  1. @optional
InstanceRef? stacktrace
getter/setter pair

If this error is due to an unhandled exception, this is the stacktrace object.

Implementation

@optional
InstanceRef? stacktrace;