Cookie constructor
const
Cookie(})
Creates a new Cookie.
Implementation
const Cookie(
this.name,
this.value, {
this.expires,
this.maxAge,
this.domain,
this.path,
this.secure = false,
this.httpOnly = false,
this.sameSite,
});