ReadOnlySetCookies class abstract

Implemented types
Implementers

Constructors

ReadOnlySetCookies.new()
const

Properties

domain String?
no setter
entries List<MapEntry<String, String?>>
no setterinherited
expires DateTime?
no setter
hashCode int
The hash code for this object.
no setterinherited
headerKey String
no setterinherited
httpOnly bool?
no setter
isEmpty bool
no setterinherited
isNotEmpty bool
no setterinherited
keys List<String>
no setterinherited
length int
no setterinherited
maxAge Duration?
no setter
path String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sameSite SameSiteCookie?
no setter
secure bool?
no setter
sessionId String?
no setter
values List<String>
no setterinherited

Methods

containsKey(String key) bool
inherited
headerValue() String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited
operator [](String key) String?
inherited