headers property

  1. @override
HttpHeaders get headers
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);