CachedHttpResponse constructor
CachedHttpResponse({})
Implementation
CachedHttpResponse({
required this.bytes,
required this.statusCode,
required this.headers,
required this.createdAt,
});
CachedHttpResponse({
required this.bytes,
required this.statusCode,
required this.headers,
required this.createdAt,
});