headers property

Map<String, String> get headers

Gets the headers for the response message.

Implementation

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