HttpLinkResponseContext constructor
const
HttpLinkResponseContext({})
Implementation
const HttpLinkResponseContext({
required this.statusCode,
Map<String, String>? headers,
Map<String, List<String>>? rawHeaders,
}) : _headers = headers,
_rawHeaders = rawHeaders;