HttpResponseHeaders property

Map<String, String?> HttpResponseHeaders
Gets a collection of HTTP headers from the last response.

Implementation

Map<String, String?> get HttpResponseHeaders => this._httpResponseHeaders;