headers property
Headers
get
headers
Returns a Headers object consisting of the headers associated with request. Note that headers added in the network layer by the user agent will not be accounted for in this object, e.g., the "Host" header.
Implementation
_i3.Headers get headers => _i4.getProperty(
this,
'headers',
);