stackTrace property

  1. @override
StackTrace get stackTrace

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();