woomera
woomera
Response
headers property
headers
Response class
Constructors
Response
Properties
contentType
cookies
headers
status
hashCode
runtimeType
Methods
cookieAdd
cookieDelete
finish
header
headerAdd
noSuchMethod
toString
Operators
operator ==
headers property
Map
<
String
,
List
<
String
>
>
headers
final
HTTP headers in the response.
Implementation
final Map<String, List<String>> headers = {}