stackTrace property
StackTrace?
get
stackTrace
The stacktrace of error.
Implementation
StackTrace? get stackTrace => _error?.stack;
The stacktrace of error.
StackTrace? get stackTrace => _error?.stack;