CookieParam constructor
CookieParam({})
Implementation
CookieParam({
required this.name,
required this.value,
this.url,
this.domain,
this.path,
this.secure,
this.httpOnly,
this.sameSite,
this.expires,
this.priority,
this.sourceScheme,
this.partitionKey,
});