CookieDetails class

Constructors

CookieDetails({required String url, required String name, String? storeId, CookiePartitionKey? partitionKey})
CookieDetails.fromJS(CookieDetails _wrapped)

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the cookie to access.
getter/setter pair
partitionKey CookiePartitionKey?
The partition key for reading or modifying cookies with the Partitioned attribute.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storeId String?
The ID of the cookie store in which to look for the cookie. By default, the current execution context's cookie store will be used.
getter/setter pair
toJS → CookieDetails
no setter
url String
The URL with which the cookie to access is associated. This argument may be a full URL, in which case any data following the URL path (e.g. the query string) is simply ignored. If host permissions for this URL are not specified in the manifest file, the API call will fail.
getter/setter pair

Methods

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

Operators

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