Dart SDK
dart:io
Cookie
Cookie.fromSetCookieValue
constructor
Cookie.fromSetCookieValue
Cookie
Properties
name
value
expires
maxAge
domain
path
secure
httpOnly
Constructors
Cookie
fromSetCookieValue
Methods
toString
Cookie.fromSetCookieValue
(
String
value
)
Creates a new cookie by parsing a header value from a 'set-cookie' header.