multiValueHeaders property

Map<String, List<String>>? multiValueHeaders
final

The headers of the HTTP response as a map from string to list of values.

Implementation

final Map<String, List<String>>? multiValueHeaders;