stackTrace property

StackTrace? stackTrace

The stack trace of the error that occurred in an asynchronous operation.

Implementation

StackTrace? get stackTrace => _stackTrace;