Representation of a cookie. For cookies received by the server as Cookie header values only name and value fields will be set. When building a cookie for the 'set-cookie' header in the server and when receiving cookies in the client as 'set-cookie' headers all fields can be used.

Properties

domain String

read / write
expires DateTime

read / write
hashCode int

Get a hash code for this object.

read-only, inherited
httpOnly bool

read / write
maxAge int

read / write
name String

read / write
path String

read / write
runtimeType Type

A representation of the runtime type of the object.

read-only, inherited
secure bool

read / write
value String

read / write

Constructors

Creates a new cookie optionally setting the name and value.

Cookie.fromSetCookieValue(String value)

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

Operators

operator ==(other) bool

The equality operator.

inherited

Methods

noSuchMethod(Invocation invocation) → dynamic

noSuchMethod is invoked when users invoke a non-existent method on an object. The name of the method and the arguments of the invocation are passed to noSuchMethod in an Invocation. If noSuchMethod returns a value, that value becomes the result of the original invocation.

inherited
toString() String

Returns the formatted string representation of the cookie. The string representation can be used for for setting the Cookie or 'set-cookie' headers