headers property

Map<String, String> get headers

Returns the headers of the response.

Implementation

Map<String, String> get headers => raw.headers;