HttpHeaders.map constructor
const
HttpHeaders.map(
- Map<
HttpHeaderName, String> map
A typed header map with a set of predefined keys.
Implementation
const factory HttpHeaders.map(Map<HttpHeaderName, String> map) =
HttpHeaderMap._;