stackTrace property

StackTrace stackTrace
final

Stack trace of the error in dart side.

The native code StackTrace is stored in PlatformException.stacktrace.

Implementation

final StackTrace stackTrace;