httpHeaders property

  1. @JsonKey(name: 'httpHeaders')
Map<String, String>? httpHeaders
final

An optional map containing the HTTP request headers.

Implementation

@JsonKey(name: 'httpHeaders')
final Map<String, String>? httpHeaders;