dart / 1.24.3 / dart-io / cookie / cookie.fromsetcookievalue.html /

Cookie.fromSetCookieValue factory constructor

Cookie.fromSetCookieValue( String value)

Creates a new cookie by parsing a header value from a 'set-cookie' header.

Source

factory Cookie.fromSetCookieValue(String value) {
  return new _Cookie.fromSetCookieValue(value);
}

© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-io/Cookie/Cookie.fromSetCookieValue.html