ClientResponse constructor
const
ClientResponse({})
Implementation
const ClientResponse({
required this.statusCode,
required this.body,
required this.bodyBytes,
required this.headers,
required this.requestUrl,
required this.method,
this.requestDuration,
this.isFromCache = false,
});