partitionKey property

String? partitionKey
final

Cookie partition key. The site of the top-level URL the browser was visiting at the start of the request to the endpoint that set the cookie. If not set, the cookie will be set as not partitioned.

Implementation

final String? partitionKey;