headers property Null safety
The headers associated with the HTTP request.
Implementation
HttpHeaders get headers => _headers ??= _SyncHttpClientRequestHeaders(this);
The headers associated with the HTTP request.
HttpHeaders get headers => _headers ??= _SyncHttpClientRequestHeaders(this);