headers property

  1. @JsonKey()
Map<String, dynamic>? headers
final

HTTP headers that are send with the request to the load balancer.

Implementation

@JsonKey()
final Map<String, dynamic>? headers;