headers property

Map<String, dynamic>? headers

The client request headers.

Throws HttpProfileRequestError if hasError is true.

Implementation

Map<String, dynamic>? get headers => _returnIfNoError(_headers);