NetworkResponseReceivedExtraInfo constructor
NetworkResponseReceivedExtraInfo({})
Implementation
NetworkResponseReceivedExtraInfo({
required this.blockedCookies,
required this.cookiePartitionKey,
required this.cookiePartitionKeyOpaque,
required this.headers,
required this.requestId,
required this.resourceIPAddressSpace,
required this.statusCode,
});