remoteStackTrace property

StackTrace? remoteStackTrace

The StackTrace from the execution context where this exception originated from.

When an exception originates in a different execution context than the current one, this property contains the original stack trace, if it is available.

Implementation

StackTrace? get remoteStackTrace => channel.remoteStackTrace(this);