Cookie constructor
Implementation
Cookie({
this.domain,
this.expiresDate,
this.isHttpOnly,
this.isSecure,
this.isSessionOnly,
required this.name,
this.path,
this.sameSite,
this.value,
});
Cookie({
this.domain,
this.expiresDate,
this.isHttpOnly,
this.isSecure,
this.isSessionOnly,
required this.name,
this.path,
this.sameSite,
this.value,
});