stackTrace property
The stacktrace of the original error/exception object;
It's usually not null when type is DioExceptionType.unknown.
Implementation
@override
// TODO: implement stackTrace
StackTrace get stackTrace => throw UnimplementedError();