ProxyResponse constructor
const
ProxyResponse({})
Implementation
const ProxyResponse({
required this.statusCode,
this.headers = const {},
this.body = '',
this.cached = false,
this.latency = Duration.zero,
});