headers property

Map<String, dynamic> headers

Return the response headers.

Implementation

Map<String, dynamic> get headers {
  return _headers;
}