stackTrace property

StackTrace? stackTrace

Returns the origin stack trace of this exception. This value must not be null when type equals to DownloadErrorType.other, otherwise it may be null.

Implementation

StackTrace? get stackTrace => _stackTrace;