headers property

Map<String, String>? headers

Headers to add to the request.

Implementation

Map<String, String>? get headers => jsDecodeMap<String>(_jsObject.headers);