headers property
override
Returns the client response headers.
The client response headers are immutable.
Implementation
@override
_i2.HttpHeaders get headers => (super.noSuchMethod(
Invocation.getter(#headers),
returnValue: _FakeHttpHeaders_3(
this,
Invocation.getter(#headers),
),
) as _i2.HttpHeaders);