spark_rest
spark_rest
Response
headers property
headers
spark_rest
spark_rest
Response
headers property
Response class
Constructors
Response
error
ok
Properties
body
contentType
hashCode
headers
request
runtimeType
statusCode
Methods
noSuchMethod
toString
Operators
operator ==
headers
property
Null safety
Map
<
String
,
dynamic
>
headers
final
The headers attached to the response
Implementation
final Map<String, dynamic> headers;