GetAllDetails class
Properties
-
domain
↔ String?
-
Restricts the retrieved cookies to those whose domains match or are
subdomains of this one.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
name
↔ String?
-
Filters the cookies by name.
getter/setter pair
-
partitionKey
↔ CookiePartitionKey?
-
The partition key for reading or modifying cookies with the Partitioned
attribute.
getter/setter pair
-
path
↔ String?
-
Restricts the retrieved cookies to those whose path exactly matches this
string.
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
secure
↔ bool?
-
Filters the cookies by their Secure property.
getter/setter pair
-
session
↔ bool?
-
Filters out session vs. persistent cookies.
getter/setter pair
-
storeId
↔ String?
-
The cookie store to retrieve cookies from. If omitted, the current
execution context's cookie store will be used.
getter/setter pair
-
toJS
→ GetAllDetails
-
no setter
-
url
↔ String?
-
Restricts the retrieved cookies to those that would match the given URL.
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