headers property Null safety

Map<String, String>? headers
read / write

Extra HTTP headers to send in all requests to the remote target.

Implementation

Map<String, String>? headers;