stackTrace property

StackTrace? stackTrace

Returns StackTrace of the last emitted error, or null if no error added or the added error has no StackTrace.

Implementation

StackTrace? get stackTrace;