HttpRetryResponseException constructor
HttpRetryResponseException({})
Implementation
HttpRetryResponseException({
required this.statusCode,
required this.headers,
required this.method,
required this.finalResponse,
});