ExemptedSetCookieWithReason class
A cookie should have been blocked by 3PCD but is exempted and stored from a response with the corresponding reason. A cookie could only have at most one exemption reason.
Constructors
- ExemptedSetCookieWithReason({required CookieExemptionReason exemptionReason, required String cookieLine, required Cookie cookie})
-
ExemptedSetCookieWithReason.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
The cookie object representing the cookie.
final
-
The string representing this individual cookie as it would appear in the header.
final
- exemptionReason → CookieExemptionReason
-
The reason the cookie was exempted.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited