headers property Null safety
read / write
Extra HTTP headers to send in all requests to the remote target.
Implementation
Map<String, String>? headers;
Extra HTTP headers to send in all requests to the remote target.
Map<String, String>? headers;