headers property

Map<String, String> headers

Getter for the headers

Implementation

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