RemoveCallbackDetails class

Constructors

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

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
The name of the cookie that's been removed.
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 from which the cookie was removed.
getter/setter pair
toJS → RemoveCallbackDetails
no setter
url String
The URL associated with the cookie that's been removed.
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