CookieDeprecationMetadataIssueDetails class
This issue warns about third-party sites that are accessing cookies on the
current page, and have been permitted due to having a global metadata grant.
Note that in this context 'site' means eTLD+1. For example, if the URL
https://example.test:80/web_page
was accessing cookies, the site reported
would be example.test
.
Constructors
-
CookieDeprecationMetadataIssueDetails({required List<
String> allowedSites, required num optOutPercentage, required bool isOptOutTopLevel, required CookieOperation operation}) -
CookieDeprecationMetadataIssueDetails.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
allowedSites
→ List<
String> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isOptOutTopLevel → bool
-
final
- operation → CookieOperation
-
final
- optOutPercentage → num
-
final
- 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