HttpHeaders.rawMap constructor

const HttpHeaders.rawMap(
  1. Map<String, String> map
)

A raw header map where the keys are strings.

Implementation

const factory HttpHeaders.rawMap(Map<String, String> map) =
    HttpHeaderRawMap._;