cancellationStackTrace property

StackTrace cancellationStackTrace
final

The stack trace at the time this cancellable was created.

This should be included when throwing on cancellation to make it easier to identify uncaught cancellations.

Implementation

final StackTrace cancellationStackTrace = StackTrace.current;