Flutter
webdriver.sync_io
Cookie
Cookie constructor
Cookie
Cookie
constructor
Null safety
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
webdriver.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 ==