DoxCookie constructor
DoxCookie(})
Implementation
DoxCookie(
this.key,
this.value, {
this.encrypt = true,
this.domain,
this.path,
this.httpOnly = false,
this.secure = false,
this.expires,
this.maxAge = const Duration(hours: 1),
});