menu
Flutter
sync_io.dart
Cookie
Cookie constructor
Cookie
dark_mode
light_mode
Cookie
constructor
Cookie
(
String
?
name
,
String
?
value
, {
String
?
path
,
String
?
domain
,
bool
?
secure
,
DateTime
?
expiry
,
})
Implementation
Cookie(
this
.name,
this
.value, {
this
.path,
this
.domain,
this
.secure,
this
.expiry, });
Flutter
sync_io
Cookie
Cookie constructor
Cookie class
Constructors
Cookie
fromJson
Properties
domain
expiry
hashCode
name
path
runtimeType
secure
value
Methods
noSuchMethod
toJson
toString
Operators
operator ==
Cookies management controls