SetCookies class abstract

Implemented types

Constructors

SetCookies.new()
const

Properties

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

Methods

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

Operators

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