Cookie class Null safety

Browser cookie.

Constructors

Cookie.fromJson(Map<String, dynamic> json)
factory

Properties

domain String?
(Optional) The domain the cookie is visible to.
final
expiry DateTime?
(Optional) When the cookie expires.
final
hashCode int
The hash code for this object.
read-onlyinherited
name String?
The name of the cookie.
final
path String?
(Optional) The cookie path.
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
secure bool?
(Optional) Whether the cookie is a secure cookie.
final
value String?
The cookie value.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited