headers property
The client request headers.
Throws HttpProfileRequestError if hasError
is true
.
Implementation
Map<String, dynamic>? get headers => _returnIfNoError(_headers);
The client request headers.
Throws HttpProfileRequestError if hasError
is true
.
Map<String, dynamic>? get headers => _returnIfNoError(_headers);