headers property
The HTTP headers with case-insensitive keys.
If a header occurs more than once in the query string, they are mapped to by concatenating them with a comma.
The returned map is unmodifiable.
Implementation
Map<String, String> get headers => _headers.singleValues;