sourceStackTrace property

  1. @internal
StackTrace? sourceStackTrace
getter/setter pair

The source StackTrace which should always point to the invocation of DioMixin.request or if not provided, to the construction of the RequestOptions instance. In both instances the source context should still be available before it is lost due to asynchronous operations.

Implementation

@internal
StackTrace? sourceStackTrace;