stackTrace属性

StackTrace? stackTrace

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

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

实现

external StackTrace? get stackTrace;