Flutter
dart:io
HttpClientResponse
cookies property
cookies
HttpClientResponse class
Constructors
HttpClientResponse
Properties
certificate
connectionInfo
contentLength
cookies
headers
isRedirect
persistentConnection
reasonPhrase
redirects
statusCode
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Methods
detachSocket
redirect
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
cookies property
List
<
Cookie
>
cookies
Cookies set by the server (from the 'set-cookie' header).
Implementation
List<Cookie> get cookies;