stackTrace property - AsyncError class - dart:async library (original) (raw)
StackTrace stackTrace
final
The stack trace at the point where this error was first thrown.
Classes which extend Error
will automatically have a stack trace filled in the first time they are thrown by a throw
expression.
Implementation
final StackTrace stackTrace;