traces property
final
The stack traces that make up this chain.
Like the frames in a stack trace, the traces are ordered from most local to least local. The first one is the trace where the actual exception was raised, the second one is where that callback was scheduled, and so on.
Implementation
final List<Trace> traces;