stackTrace 属性

StackTrace? stackTrace
覆盖

此错误首次抛出时的堆栈跟踪。

扩展 Error 的类在首次通过 throw 表达式抛出时会自动填充堆栈跟踪。

实现

StackTrace? get stackTrace => null;