stackTrace property
StackTrace?
get
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;
Returns StackTrace of the last emitted error,
or null
if no error added or the added error has no StackTrace.
StackTrace? get stackTrace;