NetworkResponseReceivedExtraInfo class

Inheritance

Constructors

NetworkResponseReceivedExtraInfo({required Map<String, dynamic> blockedCookies, required String cookiePartitionKey, required Bool cookiePartitionKeyOpaque, required Map<String, List<String>> headers, required String requestId, required Map<String, dynamic> resourceIPAddressSpace, required int statusCode})

Properties

blockedCookies Map<String, dynamic>
final
cookiePartitionKey String
final
cookiePartitionKeyOpaque Bool
final
hashCode int
The hash code for this object.
no setterinherited
headers Map<String, List<String>>
final
method String
no setteroverride
params JSONEncodable?
no setteroverride
requestId String
final
resourceIPAddressSpace Map<String, dynamic>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statusCode int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited